is not current version
Last Version 0.8.6

com.github.java-json-tools:json-schema-processor-examples 0.8.4

Sample JSON Schema related processors using json-schema-core and various external libraries

Categories

Categories

JSON Data
GroupId

GroupId

com.github.java-json-tools
ArtifactId

ArtifactId

json-schema-processor-examples
Version

Version

0.8.4
Type

Type

jar

Download json-schema-processor-examples 0.8.4


<!-- https://jarcasting.com/artifacts/com.github.java-json-tools/json-schema-processor-examples/ -->
<dependency>
    <groupId>com.github.java-json-tools</groupId>
    <artifactId>json-schema-processor-examples</artifactId>
    <version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.java-json-tools/json-schema-processor-examples/
implementation 'com.github.java-json-tools:json-schema-processor-examples:0.8.4'
// https://jarcasting.com/artifacts/com.github.java-json-tools/json-schema-processor-examples/
implementation ("com.github.java-json-tools:json-schema-processor-examples:0.8.4")
'com.github.java-json-tools:json-schema-processor-examples:jar:0.8.4'
<dependency org="com.github.java-json-tools" name="json-schema-processor-examples" rev="0.8.4">
  <artifact name="json-schema-processor-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.java-json-tools', module='json-schema-processor-examples', version='0.8.4')
)
libraryDependencies += "com.github.java-json-tools" % "json-schema-processor-examples" % "0.8.4"
[com.github.java-json-tools/json-schema-processor-examples "0.8.4"]