is not current version
Last Version 1.0.0

com.thinkaurelius.titan:titan 0.1.0

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.1.0
Type

Type

jar

Download titan 0.1.0


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