Skip to content

rising3/semver

Repository files navigation

SemVer CI

SemVer is a set of Java libraries from the Semantic Versioning.

Prerequisites:

  • Java 8 or higher

Adding SemVer to your build

SemVer Maven group ID is com.github.rising3, and its artifact ID is semver.

To add a dependency on semver using Maven, use the following:

<dependency>
  <groupId>com.github.rising3</groupId>
  <artifactId>semver</artifactId>
  <version>{version}</version>
</dependency>

To add a dependency using Gradle:

dependencies {
    implementation("com.github.rising3:semver:{version}")
}

More...

License

The semver library is released under version 2.0 of the Apache License.