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