is not current version
Last Version 4.0.0

XSOM 3.0.2

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.

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.jaxb
ArtifactId

ArtifactId

xsom
Version

Version

3.0.2
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://eclipse-ee4j.github.io/jaxb-ri/
Project Organization

Project Organization

Eclipse Foundation

Download xsom 3.0.2


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

Dependencies

compile (1)

Group / Artifact Type Version
com.sun.xml.bind.external : relaxng-datatype jar 3.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.