XEWN Beans

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

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

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

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

Скачать xewn-beans

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.xmlbeans : xmlbeans jar 3.1.0

runtime (3)

Идентификатор библиотеки Тип Версия
net.sf.saxon » saxon9 jar 9.1.0.8
net.sf.saxon » saxon9-xpath jar 9.1.0.8
net.sf.saxon » saxon9-dom jar 9.1.0.8

test (1)

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

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

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

XML Beans for XEWN XML schema

Provides access to Xtended English Wordnet (XEWN) xsrc files through Plain Old Java Object (Pojo) classes or 'beans'. The Java objects are generated from the XSD typed schema by the XML Beans compiler. Selection of objects at runtime is done with XPath syntax.

It uses the Apache's XML Beans framework and includes a Saxon runtime to implement XPath queries.

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-beans</artifactId>
<version>1.0.1</version>
<name>XEWN Beans</name>

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

Версия
1.0.1
1.0.0