Package com.dkt.graphics.utils
Class LibUtils
java.lang.Object
com.dkt.graphics.utils.LibUtils
- Author:
- Federico Vera <[email protected]>
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]authors()Retrieves the list of authorsstatic String[]Retrieves the list of collaboratorsstatic Stringlicense()Retrieves the license namestatic StringRetrieves the license URLstatic Stringurl()Retrieves the library's URLstatic StringRetrieves a String representing the library's version
-
Method Details
-
versionString
Retrieves a String representing the library's version- Returns:
- version string
-
url
Retrieves the library's URL- Returns:
- URL
-
authors
Retrieves the list of authors- Returns:
- authors
-
collaborators
Retrieves the list of collaborators- Returns:
- collaborators
-
license
Retrieves the license name- Returns:
- license name
-
licenseUrl
Retrieves the license URL- Returns:
- license URL
-