License |
License |
---|---|
GroupId | GroupIdcom.sun.xsom |
ArtifactId | ArtifactIdxsom |
Version | Version20140925 |
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-20140925.pom | |
xsom-20140925.jar | 402 KB |
xsom-20140925-sources.jar | 362 KB |
xsom-20140925-javadoc.jar | 976 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xsom/xsom/ -->
<dependency>
<groupId>com.sun.xsom</groupId>
<artifactId>xsom</artifactId>
<version>20140925</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xsom/xsom/
implementation 'com.sun.xsom:xsom:20140925'
// https://jarcasting.com/artifacts/com.sun.xsom/xsom/
implementation ("com.sun.xsom:xsom:20140925")
'com.sun.xsom:xsom:jar:20140925'
<dependency org="com.sun.xsom" name="xsom" rev="20140925">
<artifact name="xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xsom', module='xsom', version='20140925')
)
libraryDependencies += "com.sun.xsom" % "xsom" % "20140925"
[com.sun.xsom/xsom "20140925"]
Group / Artifact | Type | Version |
---|---|---|
relaxngDatatype : relaxngDatatype | jar | 20020414 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |