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.

Лицензия

Лицензия

Группа

Группа

com.sun.xsom
Идентификатор

Идентификатор

xsom
Последняя версия

Последняя версия

20140925
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://xsom.java.net/
Организация-разработчик

Организация-разработчик

Oracle

Скачать xsom

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
relaxngDatatype : relaxngDatatype jar 20020414

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
20140925
20130531
20110809
20100725
20081112
20070515
20070514
20070407
20070323