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