| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаio.atlasmap.com.sun.xsom |
| Идентификатор | Идентификаторxsom |
| Последняя версия | Последняя версия2.4.0-M.4 |
| Дата | Дата |
| Тип | Тип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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| xsom-2.4.0-M.4.pom | |
| xsom-2.4.0-M.4.jar | 414 KB |
| xsom-2.4.0-M.4-tests.jar | 13 KB |
| xsom-2.4.0-M.4-sources.jar | 366 KB |
| xsom-2.4.0-M.4-javadoc.jar | 1012 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/ -->
<dependency>
<groupId>io.atlasmap.com.sun.xsom</groupId>
<artifactId>xsom</artifactId>
<version>2.4.0-M.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation 'io.atlasmap.com.sun.xsom:xsom:2.4.0-M.4'
// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation ("io.atlasmap.com.sun.xsom:xsom:2.4.0-M.4")
'io.atlasmap.com.sun.xsom:xsom:jar:2.4.0-M.4'
<dependency org="io.atlasmap.com.sun.xsom" name="xsom" rev="2.4.0-M.4">
<artifact name="xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap.com.sun.xsom', module='xsom', version='2.4.0-M.4')
)
libraryDependencies += "io.atlasmap.com.sun.xsom" % "xsom" % "2.4.0-M.4"
[io.atlasmap.com.sun.xsom/xsom "2.4.0-M.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| relaxngDatatype : relaxngDatatype | jar | 20020414 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |