Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.northdata.jung:jung-parent

Package Overview
Maintainers
3
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.northdata.jung:jung-parent

JUNG the Java Universal Network/Graph Framework--is a software library that provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network. It is written in Java, which 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. The JUNG architecture is designed to support a variety of representations of entities and their relations, such as directed and undirected graphs, multi-modal graphs, graphs with parallel edges, and hypergraphs. It provides a mechanism for annotating graphs, entities, and relations with metadata. This facilitates the creation of analytic tools for complex data sets that can examine the relations between entities as well as the metadata attached to each entity and relation. The current distribution of JUNG includes implementations of a number of algorithms from graph theory, data mining, and social network analysis, such as routines for clustering, decomposition, optimization, random graph generation, statistical analysis, and calculation of network distances, flows, and importance measures (centrality, PageRank, HITS, etc.). JUNG also provides a visualization framework that makes it easy to construct tools for the interactive exploration of network data. Users can use one of the layout algorithms provided, or use the framework to create their own custom layouts. In addition, filtering mechanisms are provided which allow users to focus their attention, or their algorithms, on specific portions of the graph.

  • 2.2.0
  • Source
  • Maven

Version published
Maintainers
3
Source

JUNG: The Java Universal Network/Graph Framework

Build Status Maven Central

JUNG is a software library that provides a common and extendible 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, released 18 March 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</version>
</dependency>

Snapshots

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

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.

FAQs

Package last updated on 18 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc