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