Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.zenwave360 |
ArtifactId | ArtifactIdjson-schema-ref-parser-jvm |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.zenwave360/json-schema-ref-parser-jvm/ -->
<dependency>
<groupId>io.github.zenwave360</groupId>
<artifactId>json-schema-ref-parser-jvm</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zenwave360/json-schema-ref-parser-jvm/
implementation 'io.github.zenwave360:json-schema-ref-parser-jvm:0.0.3'
// https://jarcasting.com/artifacts/io.github.zenwave360/json-schema-ref-parser-jvm/
implementation ("io.github.zenwave360:json-schema-ref-parser-jvm:0.0.3")
'io.github.zenwave360:json-schema-ref-parser-jvm:jar:0.0.3'
<dependency org="io.github.zenwave360" name="json-schema-ref-parser-jvm" rev="0.0.3">
<artifact name="json-schema-ref-parser-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zenwave360', module='json-schema-ref-parser-jvm', version='0.0.3')
)
libraryDependencies += "io.github.zenwave360" % "json-schema-ref-parser-jvm" % "0.0.3"
[io.github.zenwave360/json-schema-ref-parser-jvm "0.0.3"]