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