All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.utility.version.2.0.source-code.module-info Maven / Gradle / Ivy

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy