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

com.contentful.java.cda.build.GeneratedBuildParameters Maven / Gradle / Ivy

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 {
  /**
   * Hide constructor.
   */
  GeneratedBuildParameters() {
  }

  /**
   * Which version of 'com.contentful.java:java-sdk' is getting used?
   */
  public static final String PROJECT_VERSION = "9.0.1";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy