Class OakVersion


  • public final class OakVersion
    extends java.lang.Object
    Provides version information about Oak.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull java.lang.String getVersion()
      Returns the version of oak-core.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getVersion

        @NotNull
        public static @NotNull java.lang.String getVersion()
        Returns the version of oak-core.
        Returns:
        the version (or "SNAPSHOT" when unknown)