Registry / utility / jung-api

jung-api

JSON →
library2.1.1javamavenunverified

Core graph interfaces for the Java Universal Network/Graph (JUNG) framework.

<dependency> <groupId>net.sf.jung</groupId> <artifactId>jung-api</artifactId> <version>2.1.1</version> </dependency>
INSTALL
IMPORT
SIG · JUNG-API
J
jung-api
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.

Graph
edu.uci.ics.jung.graph.Graph

Create a directed graph using JUNG

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

No known issues recorded.

Upgrade
Version history
2.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
jung-api — mvn dependency:get jung-api · libregistry