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.
- Host: GitHub
- URL: https://github.com/rising3/semver
- Owner: rising3
- License: apache-2.0
- Created: 2021-04-01T19:49:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T03:27:58.000Z (about 4 years ago)
- Last Synced: 2023-06-30T22:41:22.588Z (almost 2 years ago)
- Topics: java, semver, semver-format, semver-parser
- Language: Kotlin
- Homepage: https://github.com/rising3/semver
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SemVer [](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:
``` xmlcom.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).