MVN

com.thinkaurelius.titan : titan

Maven & Gradle

Sep 20, 2015
1 usages
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</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
titan-1.0.0
0.9.x
titan-0.9.0-M2
titan-0.9.0-M1
0.5.x
titan-0.5.4
titan-0.5.3
titan-0.5.2
titan-0.5.1
titan-0.5.0
titan-0.5.0-M3
titan-0.5.0-M2
titan-0.5.0-M1
0.4.x
titan-0.4.4
titan-0.4.3
titan-0.4.2
titan-0.4.1
titan-0.4.0
0.3.x
titan-0.3.2
titan-0.3.1
titan-0.3.0
0.2.x
titan-0.2.1
titan-0.2.0
0.1.x
titan-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.thinkaurelius.titan</groupId>
    <artifactId>titan</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement