
com.contentful.java.cda.build.GeneratedBuildParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for Contentful's Content Delivery API.
package com.contentful.java.cda.build;
/**
* Generated class containing the project version.
*
* This is generated on build time, so we don't have to fetch the properties on application
* load.
*/
public final class GeneratedBuildParameters {
/**
* Which version of 'com.contentful.java:java-sdk' is getting used?
*/
public static final String PROJECT_VERSION = "10.5.19";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy