MVN

de.julielab : julielab-concept-db-manager

Maven & Gradle

Jan 23, 2023
0 stars

JULIE Lab Concept Database 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.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>julielab-concept-db-manager</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : julielab-concept-db-manager to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of de.julielab : julielab-concept-db-manager to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
julielab-concept-db-manager-1.3.1
julielab-concept-db-manager-1.3.0
1.2.x
julielab-concept-db-manager-1.2.0
1.1.x
julielab-concept-db-manager-1.1.1
julielab-concept-db-manager-1.1.0
1.0.x
julielab-concept-db-manager-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>julielab-concept-db-manager</artifactId>
    <version>1.3.1</version>
</dependency>

Advertisement