net.sf.jung:jung-api

2.1.1last stable release 8 years ago
Complexity Score
High
Open Issues
37
Dependent Projects
23

License

  • DSDP

    Readme

    JUNG: The Java Universal Network/Graph Framework

    JUNG is a software library that provides a common and extensible language for the modeling, analysis, and visualization of data that can be represented as a graph or network. Its basis in Java allows JUNG-based applications to make use of the extensive built-in capabilities of the Java API, as well as those of other existing third-party Java libraries.

    JUNG Website

    Latest Release

    The most recent version of JUNG is version 2.1.1, released 7 September 2016.

    • Javadoc
    • Maven Search Repository
      • jung-api: jar, source jar, documentation jar
      • jung-graph-impl: jar, source jar, documentation jar
      • jung-algorithms: jar, source jar, documentation jar
      • jung-io: jar, source jar, documentation jar
      • jung-visualization: jar, source jar, documentation jar
      • jung-samples: jar, source jar, documentation jar

    To add a dependency on this release of JUNG using Maven, use the following for each JUNG subpackage that you need:

    <dependency>
      <groupId>net.sf.jung</groupId>
      <artifactId>jung-[subpackage]</artifactId>
      <version>2.1.1</version>
    </dependency>
    

    To add a dependency on a snapshot of the master branch in gradle:

    dependencies {
       // ...
        compile("com.github.jrtom:jung:master-SNAPSHOT")
    }
    repositories {
        // ...
        maven { url "https://jitpack.io" }
        
    }
    

    Snapshots

    Snapshots of JUNG built from the master branch are available through Maven using version 2.2-SNAPSHOT.

    Links

    • GitHub project
    • Issue tracker: report a defect or make a feature request
    • StackOverflow: Ask “how-to” and “why-didn’t-it-work” questions

    Contributions

    JUNG is currently administered primarily by @jrtom, one of the original co-creators of the JUNG project.

    Bug fixes (with tests) are appreciated and will generally be acted upon pretty quickly if the fix is a clear win.

    If you’d like to add a feature, or suggest a way that things could be done better, more cleanly, or more efficiently, we really appreciate it, we encourage you to open an issue, and you’re welcome to make a pull request to show off a proof of concept.

    However, at the moment we’re largely focused on some big architectural changes that are going to touch essentially everything in JUNG. Once those changes land, we’ll have more time and energy available to consider other changes.

    Dependencies

    CVE IssuesActive
    0
    Scorecards Score
    4.20
    Test Coverage
    No Data
    Follows Semver
    No
    Github Stars
    405
    Dependenciestotal
    2
    DependenciesOutdated
    0
    DependenciesDeprecated
    0
    Threat Modelling
    No
    Repo Audits
    No

    Learn how to distribute net.sf.jung:jung-api in your own private Maven registry

    mvn install net.sf.jung:jung-api
    Processing...
    Done

    4 Releases