GroupId | GroupIdim.plmnt |
---|---|
ArtifactId | ArtifactIdmercator-cats_2.12 |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
mercator-cats_2.12-1.1.1.pom | |
mercator-cats_2.12-1.1.1.jar | 3 KB |
mercator-cats_2.12-1.1.1-sources.jar | 988 bytes |
mercator-cats_2.12-1.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/im.plmnt/mercator-cats_2.12/ -->
<dependency>
<groupId>im.plmnt</groupId>
<artifactId>mercator-cats_2.12</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/im.plmnt/mercator-cats_2.12/
implementation 'im.plmnt:mercator-cats_2.12:1.1.1'
// https://jarcasting.com/artifacts/im.plmnt/mercator-cats_2.12/
implementation ("im.plmnt:mercator-cats_2.12:1.1.1")
'im.plmnt:mercator-cats_2.12:jar:1.1.1'
<dependency org="im.plmnt" name="mercator-cats_2.12" rev="1.1.1">
<artifact name="mercator-cats_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.plmnt', module='mercator-cats_2.12', version='1.1.1')
)
libraryDependencies += "im.plmnt" % "mercator-cats_2.12" % "1.1.1"
[im.plmnt/mercator-cats_2.12 "1.1.1"]