Giter Site home page Giter Site logo

jung's Introduction

JUNG: The Java Universal Network/Graph Framework

Build Status Maven Central

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.

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

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.

jung's People

Contributors

cgruber avatar dominic-jones avatar jbduncan avatar jmmarchant avatar jrtom avatar mletenay avatar rgwood-github2018dec31 avatar rondicus avatar shatu avatar takanori-ugai avatar tomnelson avatar wumpz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.