XEWN JAXB

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

License

License

Categories

Categories

Net
GroupId

GroupId

io.github.x-englishwordnet
ArtifactId

ArtifactId

xewn-jaxb
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Project Organization

com.github.x-englishwordnet
Source Code Management

Source Code Management

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

Download xewn-jaxb

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.xml.bind : jaxb-api jar 2.4.0-b180830.0359

runtime (2)

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

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.1
1.0.0