All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.livefyre.Livefyre Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package com.livefyre;

import com.livefyre.core.Network;

public class Livefyre {

    /* Private construction to prevent instantiation. */
    private Livefyre() {
    }

    public static Network getNetwork(String networkName, String networkKey) {
        return new Network(networkName, networkKey);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy