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