Class LibPG

java.lang.Object
com.marcpg.libpg.LibPG

public final class LibPG extends Object
Provides some basic information about the version of LibPG that you're using.

Version: 0.0.8
Java Version: 17
Contributor(s): MarcPG1905
Website: MarcPG.COM/LibPG
JavaDocs: MarcPG.COM/JD/LibPG
Since:
0.0.6
  • Field Details

    • VERSION

      public static final String VERSION
      The version of LibPG that you're using.
      See Also:
    • JAVA_VERSION

      public static final int JAVA_VERSION
      The version of Java that LibPG is written in.
      See Also:
    • CONTRIBUTORS

      public static final String[] CONTRIBUTORS
      A list of all contributors of LibPG.
    • WEBSITE

      public static final String WEBSITE
      The website where you can find more info about LibPG.
      See Also:
    • JAVADOCS

      public static final String JAVADOCS
      The link to the official LibPG JavaDocs.
      See Also:
  • Constructor Details

    • LibPG

      public LibPG()