Class JDFVersion

java.lang.Object
org.cip4.jdflib.core.JDFVersion

public class JDFVersion extends Object
This class provides all version and build details of the library. Attention - this only works in case the library is built with maven
  • Field Details

    • LIB_ARTIFACT_ID

      public static final String LIB_ARTIFACT_ID
      The maven ArtifactID of the library.
    • LIB_NAME

      public static final String LIB_NAME
      The name of the JDF Library.
    • LIB_VERSION

      public static final String LIB_VERSION
      The version of the JDF Library.
    • LIB_RELEASE_DATE

      public static final String LIB_RELEASE_DATE
      The build date of the JDF Library.
    • LIB_MAJOR_VERSION

      public static final String LIB_MAJOR_VERSION
      The major version number of the JDF Library.
    • LIB_MINOR_VERSION

      public static final String LIB_MINOR_VERSION
      The minor version number of the JDF Library.
    • JDF_VERSION

      public static final String JDF_VERSION
      The current JDF Version.