Download schema-0.4.0.jar file - Jar s

Jar examples for s:schema

Description

Dataplatform Schema is a generalized nested schema. This Library provides flexible formatter and parser to various data schema widly used, JSON, Avro and so on.

You can download jar file schema 0.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add schema-0.4.0.jar to your project.

<dependency>
   <groupId>br.com.objectos.way</groupId>
   <artifactId>schema</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'br.com.objectos.way', name: 'schema', version: '0.4.0'
libraryDependencies += "br.com.objectos.way" % "schema" % "0.4.0"
<dependency org="br.com.objectos.way" name="schema" rev="0.4.0"/>
@Grapes(@Grab(group='br.com.objectos.way', module='schema', version='0.4.0'))
'br.com.objectos.way:schema:jar:0.4.0'

Download

Click the following link to download the jar file.

schema-0.4.0-javadoc.jar
schema-0.4.0-sources.jar
schema-0.4.0.jar
schema-0.4.0.pom



Related Tutorials