is not current version
Last Version 4.0.0

org.glassfish.jaxb:xsom 2.4.0-b180830.0438

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.4.0-b180830.0438
Type

Type

jar

Download xsom 2.4.0-b180830.0438


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