Package com.marcpg.libpg
Class LibPG
java.lang.Object
com.marcpg.libpg.LibPG
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
Version: 0.0.8
Java Version: 17
Contributor(s): MarcPG1905
Website: MarcPG.COM/LibPG
JavaDocs: MarcPG.COM/JD/LibPG
- Since:
- 0.0.6
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String[]
A list of all contributors of LibPG.static final int
The version of Java that LibPG is written in.static final String
The link to the official LibPG JavaDocs.static final String
The version of LibPG that you're using.static final String
The website where you can find more info about LibPG. -
Constructor Summary
-
Method Summary
-
Field Details
-
VERSION
The version of LibPG that you're using.- See Also:
-
JAVA_VERSION
public static final int JAVA_VERSIONThe version of Java that LibPG is written in.- See Also:
-
CONTRIBUTORS
A list of all contributors of LibPG. -
WEBSITE
The website where you can find more info about LibPG.- See Also:
-
JAVADOCS
The link to the official LibPG JavaDocs.- See Also:
-
-
Constructor Details
-
LibPG
public LibPG()
-