Registry / utility / jgrapht-core

jgrapht-core

JSON →
library1.5.3javamavenunverified

A Java class library for graph-theory data structures and algorithms, providing graph implementations and traversal algorithms.

<dependency> <groupId>org.jgrapht</groupId> <artifactId>jgrapht-core</artifactId> <version>1.5.3</version> </dependency>
INSTALL
IMPORT
SIG · JGRAPHT-CORE
J
jgrapht-core
utilityjavav1.5.3
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.

DefaultEdge
org.jgrapht.graph.DefaultEdge

Creates a simple graph with vertices and an edge.

import org.jgrapht.graph.DefaultEdge; import org.jgrapht.graph.SimpleGraph; SimpleGraph<String, DefaultEdge> graph = new SimpleGraph<>(DefaultEdge.class); graph.addVertex("A"); graph.addVertex("B"); graph.addEdge("A", "B");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jgrapht-core — mvn dependency:get jgrapht-core · libregistry