is not current version
Last Version 1.0.0-beta.2

io.zerocopy.json:schema 1.0.0-alpha.5


Categories

Categories

JSON Data
GroupId

GroupId

io.zerocopy.json
ArtifactId

ArtifactId

schema
Version

Version

1.0.0-alpha.5
Type

Type

jar

Download schema 1.0.0-alpha.5


<!-- https://jarcasting.com/artifacts/io.zerocopy.json/schema/ -->
<dependency>
    <groupId>io.zerocopy.json</groupId>
    <artifactId>schema</artifactId>
    <version>1.0.0-alpha.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.zerocopy.json/schema/
implementation 'io.zerocopy.json:schema:1.0.0-alpha.5'
// https://jarcasting.com/artifacts/io.zerocopy.json/schema/
implementation ("io.zerocopy.json:schema:1.0.0-alpha.5")
'io.zerocopy.json:schema:jar:1.0.0-alpha.5'
<dependency org="io.zerocopy.json" name="schema" rev="1.0.0-alpha.5">
  <artifact name="schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zerocopy.json', module='schema', version='1.0.0-alpha.5')
)
libraryDependencies += "io.zerocopy.json" % "schema" % "1.0.0-alpha.5"
[io.zerocopy.json/schema "1.0.0-alpha.5"]