XEWN Beans

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

License

License

Categories

Categories

Net
GroupId

GroupId

io.github.x-englishwordnet
ArtifactId

ArtifactId

xewn-beans
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

XEWN Beans
Provides plain old java beans to bind to X-English WordNet XML files.
Project URL

Project URL

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

Project Organization

com.github.x-englishwordnet
Source Code Management

Source Code Management

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

Download xewn-beans

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.xmlbeans : xmlbeans jar 3.1.0

runtime (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.1
1.0.0