XEWN JAXB

Provides plain old java objects to bind to X-English WordNet XML files.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

io.github.x-englishwordnet
Идентификатор

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

xewn-jaxb
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

XEWN JAXB
Provides plain old java objects to bind to X-English WordNet XML files.
Ссылка на сайт

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

https://github.com/x-englishwordnet/xewn-jaxb
Организация-разработчик

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

com.github.x-englishwordnet
Система контроля версий

Система контроля версий

https://github.com/x-englishwordnet/xewn-jaxb

Скачать xewn-jaxb

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

<!-- https://jarcasting.com/artifacts/io.github.x-englishwordnet/xewn-jaxb/ -->
<dependency>
    <groupId>io.github.x-englishwordnet</groupId>
    <artifactId>xewn-jaxb</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.x-englishwordnet/xewn-jaxb/
implementation 'io.github.x-englishwordnet:xewn-jaxb:1.0.1'
// https://jarcasting.com/artifacts/io.github.x-englishwordnet/xewn-jaxb/
implementation ("io.github.x-englishwordnet:xewn-jaxb:1.0.1")
'io.github.x-englishwordnet:xewn-jaxb:jar:1.0.1'
<dependency org="io.github.x-englishwordnet" name="xewn-jaxb" rev="1.0.1">
  <artifact name="xewn-jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.x-englishwordnet', module='xewn-jaxb', version='1.0.1')
)
libraryDependencies += "io.github.x-englishwordnet" % "xewn-jaxb" % "1.0.1"
[io.github.x-englishwordnet/xewn-jaxb "1.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
javax.xml.bind : jaxb-api jar 2.4.0-b180830.0359

runtime (2)

Идентификатор библиотеки Тип Версия
com.sun.xml.bind : jaxb-impl jar 2.4.0-b180830.0438
com.sun.xml.bind : jaxb-core jar 2.3.0.1

test (1)

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

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

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

Java Architecture for XML Binding (JAXB) for XEWN XML schema

Provides access to Xtended English Wordnet (XEWN) src files through Plain Old Java Object (Pojo) classes. The Java objects are generated from the XSD typed schema by the JAXB compiler, effectively binding the objects to their XML representation (or unmarshalling XML to Java objects).

It uses the JAXB framework which is is one of the APIs in the Jakarta EE platform (formerly called Java EE).

Please refer to the test classes in the source files to get a glimpse as to how it can be used.

GroupID and ArtifactID on Maven Central:

<groupId>io.github.x-englishwordnet</groupId>
<artifactId>xewn-jaxb</artifactId>
<version>1.0.1</version>
<name>XEWN JAXB</name>

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

Версия
1.0.1
1.0.0