Download graph-core-1.0.jar file - Jar g

Jar examples for g:graph-core

Description

Implementation of the graph features.

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

Build File

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

<dependency>
   <groupId>fr.matthieu-vergne</groupId>
   <artifactId>graph-core</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'fr.matthieu-vergne', name: 'graph-core', version: '1.0'
libraryDependencies += "fr.matthieu-vergne" % "graph-core" % "1.0"
<dependency org="fr.matthieu-vergne" name="graph-core" rev="1.0"/>
@Grapes(@Grab(group='fr.matthieu-vergne', module='graph-core', version='1.0'))
'fr.matthieu-vergne:graph-core:jar:1.0'

Download

Click the following link to download the jar file.

graph-core-1.0-javadoc.jar
graph-core-1.0-sources.jar
graph-core-1.0.jar
graph-core-1.0.pom



Related Tutorials