License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.java-json-tools |
ArtifactId | ArtifactIdjson-schema-avro |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-schema-avro
Avro Schema to JSON Schema conversion and back
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-schema-avro-0.1.8.pom | |
json-schema-avro-0.1.8.jar | 46 KB |
json-schema-avro-0.1.8-sources.jar | 32 KB |
json-schema-avro-0.1.8-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.java-json-tools/json-schema-avro/ -->
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-avro</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.java-json-tools/json-schema-avro/
implementation 'com.github.java-json-tools:json-schema-avro:0.1.8'
// https://jarcasting.com/artifacts/com.github.java-json-tools/json-schema-avro/
implementation ("com.github.java-json-tools:json-schema-avro:0.1.8")
'com.github.java-json-tools:json-schema-avro:jar:0.1.8'
<dependency org="com.github.java-json-tools" name="json-schema-avro" rev="0.1.8">
<artifact name="json-schema-avro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.java-json-tools', module='json-schema-avro', version='0.1.8')
)
libraryDependencies += "com.github.java-json-tools" % "json-schema-avro" % "0.1.8"
[com.github.java-json-tools/json-schema-avro "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.java-json-tools : json-schema-core | jar | 1.2.14 |
com.github.java-json-tools : json-schema-validator | jar | 2.2.14 |
org.apache.avro : avro | jar | 1.9.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |
org.mockito : mockito-core | jar | 2.28.2 |