Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.zerocopy.json |
ArtifactId | ArtifactIdschema |
Version | Version1.0.0-alpha.1 |
Type | Typejar |
Filename | Size |
---|---|
schema-1.0.0-alpha.1.pom | |
schema-1.0.0-alpha.1.jar | 37 KB |
schema-1.0.0-alpha.1-sources.jar | 26 KB |
schema-1.0.0-alpha.1-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zerocopy.json/schema/ -->
<dependency>
<groupId>io.zerocopy.json</groupId>
<artifactId>schema</artifactId>
<version>1.0.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zerocopy.json/schema/
implementation 'io.zerocopy.json:schema:1.0.0-alpha.1'
// https://jarcasting.com/artifacts/io.zerocopy.json/schema/
implementation ("io.zerocopy.json:schema:1.0.0-alpha.1")
'io.zerocopy.json:schema:jar:1.0.0-alpha.1'
<dependency org="io.zerocopy.json" name="schema" rev="1.0.0-alpha.1">
<artifact name="schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zerocopy.json', module='schema', version='1.0.0-alpha.1')
)
libraryDependencies += "io.zerocopy.json" % "schema" % "1.0.0-alpha.1"
[io.zerocopy.json/schema "1.0.0-alpha.1"]