Download json-schema-avro-0.1.4.jar file - Jar j

Jar examples for j:json-schema-avro

Description

Avro Schema to JSON Schema conversion and back

You can download jar file json-schema-avro 0.1.4 in this page.

License

Lesser General Public License, version 3 or greater

Build File

You can use the following script to add json-schema-avro-0.1.4.jar to your project.

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>json-schema-avro</artifactId>
   <version>0.1.4</version>
</dependency>
compile group: 'com.github.fge', name: 'json-schema-avro', version: '0.1.4'
libraryDependencies += "com.github.fge" % "json-schema-avro" % "0.1.4"
<dependency org="com.github.fge" name="json-schema-avro" rev="0.1.4"/>
@Grapes(@Grab(group='com.github.fge', module='json-schema-avro', version='0.1.4'))
'com.github.fge:json-schema-avro:jar:0.1.4'

Download

Click the following link to download the jar file.

json-schema-avro-0.1.4-javadoc.jar
json-schema-avro-0.1.4-sources.jar
json-schema-avro-0.1.4.jar
json-schema-avro-0.1.4.pom



Related Tutorials