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.
Files download
File Operation
xsom-3.0.0-M1.jar download
xsom-3.0.0-M1.pom download
xsom-3.0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.jaxb</groupId>
  <artifactId>xsom</artifactId>
  <version>3.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.jaxb:xsom:3.0.0-M1'
Gradle Kotlin
implementation("org.glassfish.jaxb:xsom:3.0.0-M1")
Scala SBT
libraryDependencies += "org.glassfish.jaxb" % "xsom" % "3.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.jaxb', module='xsom', version='3.0.0-M1')
)
Apache Ivy
<dependency org="org.glassfish.jaxb" name="xsom" rev="3.0.0-M1" />
Leiningen
[org.glassfish.jaxb/xsom "3.0.0-M1"]
Apache Buildr
'org.glassfish.jaxb:xsom:jar:3.0.0-M1'