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