lib
/
0.1.7
lib 0.1.7
Install from the command line:
Learn more about npm packages
$ npm install @remla23-team08/lib@0.1.7
Install via package.json:
"@remla23-team08/lib": "0.1.7"
About this version
This repository contains the required library code that can be used to fetch the current version number of the project.
// To get the full semver version number of the library.
VersionUtil.getVersion()
// To get the major version number
VersionUtil.getMajorVersion()
// To get the minor version number
VersionUtil.getMinorVersion()
// To get the patch version number
VersionUtil.getPatchVersion()