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