yaml_to_sql

Read YAML Wordnet model and export it to SQL files.

License

License

GroupId

GroupId

io.github.oewntk
ArtifactId

ArtifactId

yaml2sql
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

yaml_to_sql
Read YAML Wordnet model and export it to SQL files.
Project URL

Project URL

https://github.com/oewntk/grind_yaml2sql
Project Organization

Project Organization

com.github.oewntk
Source Code Management

Source Code Management

https://github.com/oewntk/grind_yaml2sql

Download yaml2sql

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.github.oewntk : model jar 1.0.0
io.github.oewntk : fromyaml jar 1.0.0
io.github.oewntk : tosql jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0