j

julielab-concept-db-manager

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.
文件下载
文件名 操作
julielab-concept-db-manager-1.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>de.julielab</groupId>
  <artifactId>julielab-concept-db-manager</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.julielab:julielab-concept-db-manager:1.3.0'
Gradle Kotlin
implementation("de.julielab:julielab-concept-db-manager:1.3.0")
Scala SBT
libraryDependencies += "de.julielab" % "julielab-concept-db-manager" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.julielab', module='julielab-concept-db-manager', version='1.3.0')
)
Apache Ivy
<dependency org="de.julielab" name="julielab-concept-db-manager" rev="1.3.0" />
Leiningen
[de.julielab/julielab-concept-db-manager "1.3.0"]
Apache Buildr
'de.julielab:julielab-concept-db-manager:jar:1.3.0'