GroupId | GroupIdcom.xellitix.commons |
---|---|
ArtifactId | ArtifactIdsemver |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
semver-0.4.0.pom | |
semver-0.4.0.jar | 27 KB |
semver-0.4.0-sources.jar | 23 KB |
semver-0.4.0-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xellitix.commons/semver/ -->
<dependency>
<groupId>com.xellitix.commons</groupId>
<artifactId>semver</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xellitix.commons/semver/
implementation 'com.xellitix.commons:semver:0.4.0'
// https://jarcasting.com/artifacts/com.xellitix.commons/semver/
implementation ("com.xellitix.commons:semver:0.4.0")
'com.xellitix.commons:semver:jar:0.4.0'
<dependency org="com.xellitix.commons" name="semver" rev="0.4.0">
<artifact name="semver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xellitix.commons', module='semver', version='0.4.0')
)
libraryDependencies += "com.xellitix.commons" % "semver" % "0.4.0"
[com.xellitix.commons/semver "0.4.0"]