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