{"id":66741,"library":"jung-api","title":"JUNG API","description":"Core graph interfaces for the Java Universal Network/Graph (JUNG) framework.","status":"active","version":"2.1.1","language":"java","source_language":null,"source_url":"https://github.com/jrtom/jung","tags":["graph","jung","network","api"],"install":[{"cmd":"<dependency>\n  <groupId>net.sf.jung</groupId>\n  <artifactId>jung-api</artifactId>\n  <version>2.1.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.sf.jung:jung-api:2.1.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Graph","correct":"edu.uci.ics.jung.graph.Graph"}],"quickstart":{"code":"import edu.uci.ics.jung.graph.Graph;\nimport edu.uci.ics.jung.graph.DirectedSparseGraph;\n\npublic class Example {\n    public static void main(String[] args) {\n        Graph<String, String> graph = new DirectedSparseGraph<>();\n        graph.addVertex(\"A\");\n        System.out.println(\"Graph created\");\n    }\n}","lang":"java","description":"Create a directed graph using JUNG"},"warnings":[],"env_vars":null,"search_vec":"'api':2,16 'core':3 'framework':12 'graph':4,13 'interfac':5 'java':8 'jung':1,11,14 'network':15 'network/graph':10 'univers':9","created_at":"2026-06-17T17:27:44.336281+00:00","updated_at":"2026-06-17T17:27:44.336281+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://jrtom.github.io/jung/","github":"https://github.com/jrtom/jung","docs":"https://appdoc.app/artifact/net.sf.jung/jung-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}