License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.jaxb |
ArtifactId | ArtifactIdxsom |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXSOM
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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
xsom-4.0.0.pom | |
xsom-4.0.0.jar | 412 KB |
xsom-4.0.0-sources.jar | 254 KB |
xsom-4.0.0-javadoc.jar | 851 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/xsom/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>xsom</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/xsom/
implementation 'org.glassfish.jaxb:xsom:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/xsom/
implementation ("org.glassfish.jaxb:xsom:4.0.0")
'org.glassfish.jaxb:xsom:jar:4.0.0'
<dependency org="org.glassfish.jaxb" name="xsom" rev="4.0.0">
<artifact name="xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='xsom', version='4.0.0')
)
libraryDependencies += "org.glassfish.jaxb" % "xsom" % "4.0.0"
[org.glassfish.jaxb/xsom "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind.external : relaxng-datatype | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |