Download jung-1.7.6.jar file - Jar j

Jar examples for j:jung

Description

JUNG provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network.

You can download jar file jung 1.7.6 in this page.

License

The BSD License

Build File

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

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

Download

Click the following link to download the jar file.

jung-1.7.6-javadoc.jar
jung-1.7.6-sources.jar
jung-1.7.6.jar
jung-1.7.6.pom



Related Tutorials