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 String
license()
Retrieves the license namestatic String
Retrieves the license URLstatic String
url()
Retrieves the library's URLstatic String
Retrieves 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
-