| License |
License |
|---|---|
| GroupId | GroupIdio.github.oewntk |
| ArtifactId | ArtifactIdxml2wndb |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxml_to_wndb
Read XML Wordnet model and export it to WNDB files.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xml2wndb-1.0.0.pom | |
| xml2wndb-1.0.0.jar | 8 KB |
| xml2wndb-1.0.0-sources.jar | 5 KB |
| xml2wndb-1.0.0-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.oewntk/xml2wndb/ -->
<dependency>
<groupId>io.github.oewntk</groupId>
<artifactId>xml2wndb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.oewntk/xml2wndb/
implementation 'io.github.oewntk:xml2wndb:1.0.0'
// https://jarcasting.com/artifacts/io.github.oewntk/xml2wndb/
implementation ("io.github.oewntk:xml2wndb:1.0.0")
'io.github.oewntk:xml2wndb:jar:1.0.0'
<dependency org="io.github.oewntk" name="xml2wndb" rev="1.0.0">
<artifact name="xml2wndb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.oewntk', module='xml2wndb', version='1.0.0')
)
libraryDependencies += "io.github.oewntk" % "xml2wndb" % "1.0.0"
[io.github.oewntk/xml2wndb "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.oewntk : model | jar | 1.0.0 |
| io.github.oewntk : fromxml | jar | 1.0.0 |
| io.github.oewntk : towndb | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |