.utility.version.2.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of version Show documentation
Show all versions of version Show documentation
Provides POJO representations of versions.
The newest version!
/**
* Provides utility implementations which simplify the parsing and comparing of version numbers and
* ranges.
*
* @author Johannes Donath
*/
module com.torchmind.utility.version {
exports com.torchmind.utility.version;
exports com.torchmind.utility.version.semantic;
requires static com.github.spotbugs.annotations;
}