Download blueprints-graph-jung-2.6.0.jar file - Jar b

Jar examples for b:blueprints-graph-jung

Description

Blueprints property graphs outplementation for the JUNG (Java Universal Network/Graph Framework)

You can download jar file blueprints-graph-jung 2.6.0 in this page.

Build File

You can use the following script to add blueprints-graph-jung-2.6.0.jar to your project.

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

Download

Click the following link to download the jar file.

blueprints-graph-jung-2.6.0-javadoc.jar
blueprints-graph-jung-2.6.0-sources.jar
blueprints-graph-jung-2.6.0.jar
blueprints-graph-jung-2.6.0.pom



Related Tutorials