is not current version
Last Version 4.0.0

org.glassfish.jaxb:xsom 2.3.3-b02

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.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.jaxb
ArtifactId

ArtifactId

xsom
Version

Version

2.3.3-b02
Type

Type

jar

Download xsom 2.3.3-b02


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