Download jung-api-2.0.jar file - Jar j

Jar examples for j:jung-api

Description

Graph interfaces used by the jung2 project

You can download jar file jung-api 2.0 in this page.

Build File

You can use the following script to add jung-api-2.0.jar to your project.

<dependency>
   <groupId>net.sf.jung</groupId>
   <artifactId>jung-api</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'net.sf.jung', name: 'jung-api', version: '2.0'
libraryDependencies += "net.sf.jung" % "jung-api" % "2.0"
<dependency org="net.sf.jung" name="jung-api" rev="2.0"/>
@Grapes(@Grab(group='net.sf.jung', module='jung-api', version='2.0'))
'net.sf.jung:jung-api:jar:2.0'

Download

Click the following link to download the jar file.

jung-api-2.0.jar
jung-api-2.0.pom
jung-api-2.0-sources.jar
jung-api-2.0-tests.jar



Related Tutorials