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