You can download jung-api-2.1.1.jar in this page.
Open Source
jung-api-2.1.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/net.sf.jung/jung-api/pom.properties META-INF/maven/net.sf.jung/jung-api/pom.xml edu.uci.ics.jung.graph.DirectedGraph.class edu.uci.ics.jung.graph.Forest.class edu.uci.ics.jung.graph.Graph.class edu.uci.ics.jung.graph.GraphDecorator.class edu.uci.ics.jung.graph.Hypergraph.class edu.uci.ics.jung.graph.KPartiteGraph.class edu.uci.ics.jung.graph.MultiGraph.class edu.uci.ics.jung.graph.ObservableGraph.class edu.uci.ics.jung.graph.Tree.class edu.uci.ics.jung.graph.UndirectedGraph.class edu.uci.ics.jung.graph.event.GraphEvent.class edu.uci.ics.jung.graph.event.GraphEventListener.class edu.uci.ics.jung.graph.util.Context.class edu.uci.ics.jung.graph.util.DefaultParallelEdgeIndexFunction.class edu.uci.ics.jung.graph.util.EdgeIndexFunction.class edu.uci.ics.jung.graph.util.EdgeType.class edu.uci.ics.jung.graph.util.Graphs.class edu.uci.ics.jung.graph.util.IncidentEdgeIndexFunction.class edu.uci.ics.jung.graph.util.Pair.class edu.uci.ics.jung.graph.util.TreeUtils.class
jung-api-2.1.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sf.jung</groupId> <artifactId>jung-parent</artifactId> <version>2.1.1</version> </parent> <artifactId>jung-api</artifactId> <name>JUNG - API</name> <description>Graph interfaces used by the JUNG project</description> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <!-- TODO(cgruber) Break out an API compliance module --> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>net.sf.jung</groupId> <artifactId>jung-api</artifactId> <version>2.1.1</version> </dependency>
If you think the following jung-api-2.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jung-api-2.1.1.jar file