is not current version
Last Version 20140925

com.sun.xsom:xsom 20110809

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.

GroupId

GroupId

com.sun.xsom
ArtifactId

ArtifactId

xsom
Version

Version

20110809
Type

Type

jar

Download xsom 20110809


<!-- https://jarcasting.com/artifacts/com.sun.xsom/xsom/ -->
<dependency>
    <groupId>com.sun.xsom</groupId>
    <artifactId>xsom</artifactId>
    <version>20110809</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xsom/xsom/
implementation 'com.sun.xsom:xsom:20110809'
// https://jarcasting.com/artifacts/com.sun.xsom/xsom/
implementation ("com.sun.xsom:xsom:20110809")
'com.sun.xsom:xsom:jar:20110809'
<dependency org="com.sun.xsom" name="xsom" rev="20110809">
  <artifact name="xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xsom', module='xsom', version='20110809')
)
libraryDependencies += "com.sun.xsom" % "xsom" % "20110809"
[com.sun.xsom/xsom "20110809"]