is not current version
Last Version 1.0.0

com.thinkaurelius.titan:titan 0.5.1

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.

GroupId

GroupId

com.thinkaurelius.titan
ArtifactId

ArtifactId

titan
Version

Version

0.5.1
Type

Type

pom

Download titan 0.5.1

Filename Size
titan-0.5.1.pom 67 KB
Browse

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