Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chonton/semver

Semantic version utlities
https://github.com/chonton/semver

Last synced: 3 days ago
JSON representation

Semantic version utlities

Awesome Lists containing this project

README

        

# Semver
This project contains:
1. SemVer - a class to parse and compare [Semantic Version](semver.org) specification strings.
2. JarVersions - finds all jars used by a ClassLoader.
3. VersionExtractor - extracts metadata from maven built jars.
4. VersionMatcher - is a version supported by one of the supplied versions.

### Requirements
* Minimum of Java 8

## Maven Coordinates
To include semver in your maven build, use the following fragment in your pom.

** **Not yet released to Maven Central** **

```xml



org.honton.chas.version
semver
0.0.1-SNAPSHOT

```