Download jung-3d-2.0.1.jar file - Jar j

Jar examples for j:jung-3d

Description

Experimental java3d-based graph rendering project

You can download jar file jung-3d 2.0.1 in this page.

Build File

You can use the following script to add jung-3d-2.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

jung-3d-2.0.1-sources.jar
jung-3d-2.0.1.jar
jung-3d-2.0.1.pom



Related Tutorials