| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.sh4869 |
| ArtifactId | ArtifactIdsemver-parser-scala_2.11 |
| Version | Version0.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sh4869/semver-parser-scala_2.11/ -->
<dependency>
<groupId>com.github.sh4869</groupId>
<artifactId>semver-parser-scala_2.11</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sh4869/semver-parser-scala_2.11/
implementation 'com.github.sh4869:semver-parser-scala_2.11:0.0.2'
// https://jarcasting.com/artifacts/com.github.sh4869/semver-parser-scala_2.11/
implementation ("com.github.sh4869:semver-parser-scala_2.11:0.0.2")
'com.github.sh4869:semver-parser-scala_2.11:jar:0.0.2'
<dependency org="com.github.sh4869" name="semver-parser-scala_2.11" rev="0.0.2">
<artifact name="semver-parser-scala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sh4869', module='semver-parser-scala_2.11', version='0.0.2')
)
libraryDependencies += "com.github.sh4869" % "semver-parser-scala_2.11" % "0.0.2"
[com.github.sh4869/semver-parser-scala_2.11 "0.0.2"]