MVN

com.thinkaurelius.titan : titan-jre6

Maven & Gradle

Apr 22, 2014
5.2k stars

Titan: Distributed Graph Database · Titan is a distributed graph database optimized for processing massive-scale graphs represented over a machine cluster. Titan separates the concerns of graph processing and manipulation from storing the graph on disk, delegating that concern to an extensible set of persistence solutions.

<dependency>
    <groupId>com.thinkaurelius.titan</groupId>
    <artifactId>titan-jre6</artifactId>
    <version>0.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thinkaurelius.titan : titan-jre6 to add to Maven - Latest Versions:

  • Latest Stable: 0.4.4

All Versions

Choose a version of com.thinkaurelius.titan : titan-jre6 to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
titan-jre6-0.4.4
titan-jre6-0.4.3
titan-jre6-0.4.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.thinkaurelius.titan</groupId>
    <artifactId>titan-jre6</artifactId>
    <version>0.4.4</version>
</dependency>