GroupId | GroupIdio.zman |
---|---|
ArtifactId | ArtifactIdrummage_2.10 |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
rummage_2.10-1.1.pom | |
rummage_2.10-1.1.jar | 83 KB |
rummage_2.10-1.1-sources.jar | 8 KB |
rummage_2.10-1.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zman/rummage_2.10/ -->
<dependency>
<groupId>io.zman</groupId>
<artifactId>rummage_2.10</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zman/rummage_2.10/
implementation 'io.zman:rummage_2.10:1.1'
// https://jarcasting.com/artifacts/io.zman/rummage_2.10/
implementation ("io.zman:rummage_2.10:1.1")
'io.zman:rummage_2.10:jar:1.1'
<dependency org="io.zman" name="rummage_2.10" rev="1.1">
<artifact name="rummage_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zman', module='rummage_2.10', version='1.1')
)
libraryDependencies += "io.zman" % "rummage_2.10" % "1.1"
[io.zman/rummage_2.10 "1.1"]