Jar examples for x:xsom
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 20100725 in this page.
CDDL v1.1 / GPL v2 dual license
You can use the following script to add xsom-20100725.jar to your project.
<dependency> <groupId>com.sun.xsom</groupId> <artifactId>xsom</artifactId> <version>20100725</version> </dependency>
compile group: 'com.sun.xsom', name: 'xsom', version: '20100725'
libraryDependencies += "com.sun.xsom" % "xsom" % "20100725"
<dependency org="com.sun.xsom" name="xsom" rev="20100725"/>
@Grapes(@Grab(group='com.sun.xsom', module='xsom', version='20100725'))
'com.sun.xsom:xsom:jar:20100725'
Click the following link to download the jar file.
xsom-20100725.jar