Download schema-common-1.2.0.1.jar file - Jar s

Jar examples for s:schema-common

Description

Dataplatform Schema is a generalized nested schema. This Package provides common interface for our library.

You can download jar file schema-common 1.2.0.1 in this page.

License

Apache License

Build File

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

<dependency>
   <groupId>jp.co.yahoo.dataplatform.schema</groupId>
   <artifactId>schema-common</artifactId>
   <version>1.2.0.1</version>
</dependency>
compile group: 'jp.co.yahoo.dataplatform.schema', name: 'schema-common', version: '1.2.0.1'
libraryDependencies += "jp.co.yahoo.dataplatform.schema" % "schema-common" % "1.2.0.1"
<dependency org="jp.co.yahoo.dataplatform.schema" name="schema-common" rev="1.2.0.1"/>
@Grapes(@Grab(group='jp.co.yahoo.dataplatform.schema', module='schema-common', version='1.2.0.1'))
'jp.co.yahoo.dataplatform.schema:schema-common:jar:1.2.0.1'

Download

Click the following link to download the jar file.

schema-common-1.2.0.1-javadoc.jar
schema-common-1.2.0.1-sources.jar
schema-common-1.2.0.1.jar
schema-common-1.2.0.1.pom



Related Tutorials