Download blueprints-neo4j-graph-2.4.0.jar file - Jar b

Jar examples for b:blueprints-neo4j-graph

Description

Blueprints property graph implementation for the Neo4j graph database

You can download jar file blueprints-neo4j-graph 2.4.0 in this page.

Build File

You can use the following script to add blueprints-neo4j-graph-2.4.0.jar to your project.

<dependency>
   <groupId>com.tinkerpop.blueprints</groupId>
   <artifactId>blueprints-neo4j-graph</artifactId>
   <version>2.4.0</version>
</dependency>
compile group: 'com.tinkerpop.blueprints', name: 'blueprints-neo4j-graph', version: '2.4.0'
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints-neo4j-graph" % "2.4.0"
<dependency org="com.tinkerpop.blueprints" name="blueprints-neo4j-graph" rev="2.4.0"/>
@Grapes(@Grab(group='com.tinkerpop.blueprints', module='blueprints-neo4j-graph', version='2.4.0'))
'com.tinkerpop.blueprints:blueprints-neo4j-graph:jar:2.4.0'

Download

Click the following link to download the jar file.

blueprints-neo4j-graph-2.4.0-javadoc.jar
blueprints-neo4j-graph-2.4.0-sources.jar
blueprints-neo4j-graph-2.4.0.jar
blueprints-neo4j-graph-2.4.0.pom



Related Tutorials