is not current version
Last Version 20140925

com.sun.xsom:xsom 20100725

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

20100725
Type

Type

jar

Download xsom 20100725


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