
lowentry.ue4.libs.jackson.databind.cfg.PackageVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java Show documentation
Show all versions of java Show documentation
A Java library for the Low Entry UE4 plugins.
package lowentry.ue4.libs.jackson.databind.cfg;
import lowentry.ue4.libs.jackson.core.Version;
import lowentry.ue4.libs.jackson.core.Versioned;
import lowentry.ue4.libs.jackson.core.util.VersionUtil;
/**
* Automatically generated from PackageVersion.java.in during
* packageVersion-generate execution of maven-replacer-plugin in
* pom.xml.
*/
public final class PackageVersion implements Versioned {
public final static Version VERSION = VersionUtil.parseVersion(
"2.5.3", "lowentry.jackson.core", "jackson-databind");
@Override
public Version version() {
return VERSION;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy