License |
License |
---|---|
GroupId | GroupIdorg.semver |
ArtifactId | ArtifactIdapi |
Last Version | Last Version0.9.33 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAPI
A library to automatically validate if your project's version number follows Semantic Versioning principles
|
Filename | Size |
---|---|
api-0.9.33.pom | |
api-0.9.33.jar | 19 KB |
api-0.9.33-sources.jar | 10 KB |
api-0.9.33-javadoc.jar | 80 KB |
api-0.9.33-full.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semver/api/ -->
<dependency>
<groupId>org.semver</groupId>
<artifactId>api</artifactId>
<version>0.9.33</version>
</dependency>
// https://jarcasting.com/artifacts/org.semver/api/
implementation 'org.semver:api:0.9.33'
// https://jarcasting.com/artifacts/org.semver/api/
implementation ("org.semver:api:0.9.33")
'org.semver:api:jar:0.9.33'
<dependency org="org.semver" name="api" rev="0.9.33">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semver', module='api', version='0.9.33')
)
libraryDependencies += "org.semver" % "api" % "0.9.33"
[org.semver/api "0.9.33"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.0 |
org.ow2.asm : asm | jar | 5.0.3 |
org.ow2.asm : asm-commons | jar | 5.0.3 |
commons-lang : commons-lang | jar | 1.0 |
de.tototec : de.tototec.cmdoption | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |