GroupId | GroupIdio.leopard |
---|---|
ArtifactId | ArtifactIdleopard |
Version | Version0.9.8 |
Type | Typepom |
Filename | Size |
---|---|
leopard-0.9.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard/leopard/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard</artifactId>
<version>0.9.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard/
implementation 'io.leopard:leopard:0.9.8'
// https://jarcasting.com/artifacts/io.leopard/leopard/
implementation ("io.leopard:leopard:0.9.8")
'io.leopard:leopard:pom:0.9.8'
<dependency org="io.leopard" name="leopard" rev="0.9.8">
<artifact name="leopard" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard', version='0.9.8')
)
libraryDependencies += "io.leopard" % "leopard" % "0.9.8"
[io.leopard/leopard "0.9.8"]