r

rexster

Rexster is a graph server that exposes any Blueprints graph (e.g. TinkerGraph, Neo4j, OrientDB, DEX, and Sail RDF Stores) via REST and a binary protocol called RexPro.
http://rexster.tinkerpop.com
BSD 3-Clause
Stephen Mallette Marko A. Rodriguez Blake Eggleston
Files download
File Operation
rexster-2.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.tinkerpop.rexster</groupId>
  <artifactId>rexster</artifactId>
  <version>2.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tinkerpop.rexster:rexster:2.3.0'
Gradle Kotlin
implementation("com.tinkerpop.rexster:rexster:2.3.0")
Scala SBT
libraryDependencies += "com.tinkerpop.rexster" % "rexster" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tinkerpop.rexster', module='rexster', version='2.3.0')
)
Apache Ivy
<dependency org="com.tinkerpop.rexster" name="rexster" rev="2.3.0" />
Leiningen
[com.tinkerpop.rexster/rexster "2.3.0"]
Apache Buildr
'com.tinkerpop.rexster:rexster:jar:2.3.0'