Last Version

Titan-Core: Core Library for Titan 1.0.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.

License

License

GroupId

GroupId

com.thinkaurelius.titan
ArtifactId

ArtifactId

titan-core
Version

Version

1.0.0
Type

Type

jar
Description

Description

Titan-Core: Core Library for Titan
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.

Download titan-core 1.0.0


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

Dependencies

compile (18)

Group / Artifact Type Version
org.apache.tinkerpop : gremlin-core jar 3.0.1-incubating
org.apache.tinkerpop : gremlin-groovy jar 3.0.1-incubating
org.apache.tinkerpop : tinkergraph-gremlin jar 3.0.1-incubating
org.glassfish : javax.json jar 1.0
com.codahale.metrics : metrics-core jar 3.0.1
com.codahale.metrics : metrics-ganglia jar 3.0.1
com.codahale.metrics : metrics-graphite jar 3.0.1
org.reflections : reflections jar 0.9.9-RC1
com.spatial4j : spatial4j jar 0.4.1
commons-collections : commons-collections jar 3.2.1
commons-configuration : commons-configuration jar 1.10
commons-io : commons-io jar 2.3
commons-codec : commons-codec jar 1.7
com.google.guava : guava jar 18.0
com.carrotsearch : hppc jar 0.7.1
com.github.stephenc.high-scale-lib : high-scale-lib jar 1.1.4
com.google.code.findbugs : jsr305 jar 3.0.0
org.slf4j : slf4j-api jar 1.7.5

runtime (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 Optional jar 1.7.5
log4j : log4j Optional jar 1.2.16

Project Modules

There are no modules declared in this project.