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

https://github.com/rising3/semver

SemVer is a set of Java libraries from the Semantic Versioning.
https://github.com/rising3/semver

java semver semver-format semver-parser

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# SemVer [![CI](https://github.com/rising3/semver/actions/workflows/build.yml/badge.svg)](https://github.com/rising3/semver/actions/workflows/build.yml)

SemVer is a set of Java libraries from the [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

**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:
``` xml

com.github.rising3
semver
{version}

```

To add a dependency using Gradle:
``` groovy
dependencies {
implementation("com.github.rising3:semver:{version}")
}
```
[More...](https://search.maven.org/artifact/com.github.rising3/semver)

## License

The `semver` library is released under version 2.0 of the [Apache License](/LICENSE).