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