Download xsom-20081112.jar file - Jar x

Jar examples for x:xsom

Description

XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema documents and inspect information in them. It is expected to be useful for applications that need to take XML Schema as an input.

You can download jar file xsom 20081112 in this page.

License

CDDL v1.1 / GPL v2 dual license

Build File

You can use the following script to add xsom-20081112.jar to your project.

<dependency>
   <groupId>com.sun.xsom</groupId>
   <artifactId>xsom</artifactId>
   <version>20081112</version>
</dependency>
compile group: 'com.sun.xsom', name: 'xsom', version: '20081112'
libraryDependencies += "com.sun.xsom" % "xsom" % "20081112"
<dependency org="com.sun.xsom" name="xsom" rev="20081112"/>
@Grapes(@Grab(group='com.sun.xsom', module='xsom', version='20081112'))
'com.sun.xsom:xsom:jar:20081112'

Download

Click the following link to download the jar file.

xsom-20081112.jar
xsom-20081112.pom
xsom-20081112-sources.jar



Related Tutorials