Download xmlschema-core-2.1.0.jar file - Jar x

Jar examples for x:xmlschema-core

Description

Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate XML schema.

You can download jar file xmlschema-core 2.1.0 in this page.

License

Apache License

Build File

You can use the following script to add xmlschema-core-2.1.0.jar to your project.

<dependency>
   <groupId>org.apache.ws.xmlschema</groupId>
   <artifactId>xmlschema-core</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'org.apache.ws.xmlschema', name: 'xmlschema-core', version: '2.1.0'
libraryDependencies += "org.apache.ws.xmlschema" % "xmlschema-core" % "2.1.0"
<dependency org="org.apache.ws.xmlschema" name="xmlschema-core" rev="2.1.0"/>
@Grapes(@Grab(group='org.apache.ws.xmlschema', module='xmlschema-core', version='2.1.0'))
'org.apache.ws.xmlschema:xmlschema-core:jar:2.1.0'

Download

Click the following link to download the jar file.

xmlschema-core-2.1.0-javadoc.jar
xmlschema-core-2.1.0-sources.jar
xmlschema-core-2.1.0.jar
xmlschema-core-2.1.0.pom



Related Tutorials