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