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