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