is not current version
Last Version 1.1.1

de.julielab:julielab-concept-db-manager 1.0.0

This project is a collection of tools with the goal to import ontological concepts into a graph database. The graph database then allows to traverse the imported data with a graph-specific query language. In case of a Neo4j database, which is the one employed by this tool, uses the Cypher query language.

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

julielab-concept-db-manager
Version

Version

1.0.0
Type

Type

pom

Download julielab-concept-db-manager 1.0.0


<!-- https://jarcasting.com/artifacts/de.julielab/julielab-concept-db-manager/ -->
<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>julielab-concept-db-manager</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/julielab-concept-db-manager/
implementation 'de.julielab:julielab-concept-db-manager:1.0.0'
// https://jarcasting.com/artifacts/de.julielab/julielab-concept-db-manager/
implementation ("de.julielab:julielab-concept-db-manager:1.0.0")
'de.julielab:julielab-concept-db-manager:pom:1.0.0'
<dependency org="de.julielab" name="julielab-concept-db-manager" rev="1.0.0">
  <artifact name="julielab-concept-db-manager" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='julielab-concept-db-manager', version='1.0.0')
)
libraryDependencies += "de.julielab" % "julielab-concept-db-manager" % "1.0.0"
[de.julielab/julielab-concept-db-manager "1.0.0"]