Registry / utility / jung-graph-impl

jung-graph-impl

JSON →
library2.1.1javamavenunverified

Graph data structure implementations for the Java Universal Network/Graph framework.

<dependency> <groupId>net.sf.jung</groupId> <artifactId>jung-graph-impl</artifactId> <version>2.1.1</version> </dependency>
INSTALL
IMPORT
SIG · JUNG-GRAPH-IMPL
J
jung-graph-impl
utilityjavav2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DirectedSparseGraph
edu.uci.ics.jung.graph.DirectedSparseGraph

Creates a directed graph with two vertices and an edge.

import edu.uci.ics.jung.graph.DirectedSparseGraph; public class Example { public static void main(String[] args) { DirectedSparseGraph<String, String> graph = new DirectedSparseGraph<>(); graph.addVertex("A"); graph.addVertex("B"); graph.addEdge("edge1", "A", "B"); System.out.println("Graph created with " + graph.getVertexCount() + " vertices"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jung-graph-impl — mvn dependency:get jung-graph-impl · libregistry