GroupId | GroupIdcom.github.a14e |
---|---|
ArtifactId | ArtifactIdmycommons_2.12 |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
mycommons_2.12-0.1.6.pom | |
mycommons_2.12-0.1.6.jar | 256 KB |
mycommons_2.12-0.1.6-sources.jar | 30 KB |
mycommons_2.12-0.1.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.a14e/mycommons_2.12/ -->
<dependency>
<groupId>com.github.a14e</groupId>
<artifactId>mycommons_2.12</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.a14e/mycommons_2.12/
implementation 'com.github.a14e:mycommons_2.12:0.1.6'
// https://jarcasting.com/artifacts/com.github.a14e/mycommons_2.12/
implementation ("com.github.a14e:mycommons_2.12:0.1.6")
'com.github.a14e:mycommons_2.12:jar:0.1.6'
<dependency org="com.github.a14e" name="mycommons_2.12" rev="0.1.6">
<artifact name="mycommons_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.a14e', module='mycommons_2.12', version='0.1.6')
)
libraryDependencies += "com.github.a14e" % "mycommons_2.12" % "0.1.6"
[com.github.a14e/mycommons_2.12 "0.1.6"]