Download persistent-graph-core-0.1.0.jar file - Jar p

Jar examples for p:persistent-graph-core

Description

Persistent, labeled, directed, multigraph implementations for Java.

You can download jar file persistent-graph-core 0.1.0 in this page.

Build File

You can use the following script to add persistent-graph-core-0.1.0.jar to your project.

<dependency>
   <groupId>nl.gohla</groupId>
   <artifactId>persistent-graph-core</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'nl.gohla', name: 'persistent-graph-core', version: '0.1.0'
libraryDependencies += "nl.gohla" % "persistent-graph-core" % "0.1.0"
<dependency org="nl.gohla" name="persistent-graph-core" rev="0.1.0"/>
@Grapes(@Grab(group='nl.gohla', module='persistent-graph-core', version='0.1.0'))
'nl.gohla:persistent-graph-core:jar:0.1.0'

Download

Click the following link to download the jar file.

persistent-graph-core-0.1.0-javadoc.jar
persistent-graph-core-0.1.0-sources.jar
persistent-graph-core-0.1.0.jar
persistent-graph-core-0.1.0.pom



Related Tutorials