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