
com.livefyre.Livefyre Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
Utilities for assistance with Livefyre features.
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