GroupId | GroupIdcom.github.a14e |
---|---|
ArtifactId | ArtifactIdmycommons_2.13 |
Version | Version0.3.19 |
Type | Typejar |
Filename | Size |
---|---|
mycommons_2.13-0.3.19.pom | |
mycommons_2.13-0.3.19.jar | 451 KB |
mycommons_2.13-0.3.19-sources.jar | 36 KB |
mycommons_2.13-0.3.19-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.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.a14e/mycommons_2.13/
implementation 'com.github.a14e:mycommons_2.13:0.3.19'
// https://jarcasting.com/artifacts/com.github.a14e/mycommons_2.13/
implementation ("com.github.a14e:mycommons_2.13:0.3.19")
'com.github.a14e:mycommons_2.13:jar:0.3.19'
<dependency org="com.github.a14e" name="mycommons_2.13" rev="0.3.19">
<artifact name="mycommons_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.a14e', module='mycommons_2.13', version='0.3.19')
)
libraryDependencies += "com.github.a14e" % "mycommons_2.13" % "0.3.19"
[com.github.a14e/mycommons_2.13 "0.3.19"]