Class AutoGex

java.lang.Object
org.eu.autogex.AutoGex

public final class AutoGex extends Object
Main utility class and metadata provider for the AutoGex library.

This class provides global information about the library version and ensures that the root package is recognized as non-empty by the Java Module System.

  • Field Details

    • VERSION

      public static final String VERSION
      The current version of the AutoGex library.

      This value is dynamically retrieved from the JAR manifest (Implementation-Version). If the library is running un-packaged (e.g., during tests), it falls back to a default snapshot value.