License |
License |
---|---|
GroupId | GroupIdcom.vdurmont |
ArtifactId | ArtifactIdsemver4j |
Version | Version3.1.0 |
Type | Typejar |
Description |
Descriptionsemver4j
Semantic versioning for Java apps.
|
Project URL |
Project URL |
Filename | Size |
---|---|
semver4j-3.1.0.pom | |
semver4j-3.1.0.jar | 26 KB |
semver4j-3.1.0-sources.jar | 12 KB |
semver4j-3.1.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vdurmont/semver4j/ -->
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>semver4j</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vdurmont/semver4j/
implementation 'com.vdurmont:semver4j:3.1.0'
// https://jarcasting.com/artifacts/com.vdurmont/semver4j/
implementation ("com.vdurmont:semver4j:3.1.0")
'com.vdurmont:semver4j:jar:3.1.0'
<dependency org="com.vdurmont" name="semver4j" rev="3.1.0">
<artifact name="semver4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vdurmont', module='semver4j', version='3.1.0')
)
libraryDependencies += "com.vdurmont" % "semver4j" % "3.1.0"
[com.vdurmont/semver4j "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |