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