License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop.rexster |
ArtifactId | ArtifactIdrexster |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRexster
Rexster is a graph server that exposes any Blueprints graph (e.g. TinkerGraph, Neo4j, OrientDB,
Sparksee, and Sail RDF Stores) via REST and a binary protocol called RexPro.
|
Filename | Size |
---|---|
rexster-2.6.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop.rexster/rexster/ -->
<dependency>
<groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster</artifactId>
<version>2.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.rexster/rexster/
implementation 'com.tinkerpop.rexster:rexster:2.6.0'
// https://jarcasting.com/artifacts/com.tinkerpop.rexster/rexster/
implementation ("com.tinkerpop.rexster:rexster:2.6.0")
'com.tinkerpop.rexster:rexster:pom:2.6.0'
<dependency org="com.tinkerpop.rexster" name="rexster" rev="2.6.0">
<artifact name="rexster" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.rexster', module='rexster', version='2.6.0')
)
libraryDependencies += "com.tinkerpop.rexster" % "rexster" % "2.6.0"
[com.tinkerpop.rexster/rexster "2.6.0"]