GroupId | GroupIdcom.xellitix.commons |
---|---|
ArtifactId | ArtifactIdsemver |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
semver-0.3.0.pom | |
semver-0.3.0.jar | 27 KB |
semver-0.3.0-sources.jar | 22 KB |
semver-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xellitix.commons/semver/
implementation 'com.xellitix.commons:semver:0.3.0'
// https://jarcasting.com/artifacts/com.xellitix.commons/semver/
implementation ("com.xellitix.commons:semver:0.3.0")
'com.xellitix.commons:semver:jar:0.3.0'
<dependency org="com.xellitix.commons" name="semver" rev="0.3.0">
<artifact name="semver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xellitix.commons', module='semver', version='0.3.0')
)
libraryDependencies += "com.xellitix.commons" % "semver" % "0.3.0"
[com.xellitix.commons/semver "0.3.0"]