All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by jung with all dependencies

Search JAR files by class name

blueprints-graph-jung from group com.tinkerpop.blueprints (version 2.6.0)

Blueprints property graphs outplementation for the JUNG (Java Universal Network/Graph Framework)

Group: com.tinkerpop.blueprints Artifact: blueprints-graph-jung
Show all versions Show documentation Show source 
 

6 downloads
Artifact blueprints-graph-jung
Group com.tinkerpop.blueprints
Version 2.6.0
Last update 17. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies blueprints-core, jung-api, jung-algorithms, jung-visualization,
There are maybe transitive dependencies!

blueprints-android-graph-jung from group com.wu-man (version 2.1.0.2)

Blueprints property graphs outplementation for the JUNG (Java Universal Network/Graph Framework)

Group: com.wu-man Artifact: blueprints-android-graph-jung
Show all versions Show documentation Show source 
 

0 downloads
Artifact blueprints-android-graph-jung
Group com.wu-man
Version 2.1.0.2
Last update 06. November 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies blueprints-android-core, jung-api, jung-algorithms, jung-visualization,
There are maybe transitive dependencies!

jungrapht-visualization-parent from group com.github.tomnelson (version 1.4)

Jungrapht-visualization is a port of the Java Universal Network Graph (JUNG) visualization and sample code that uses JGrapht graph models and algorithms.

Group: com.github.tomnelson Artifact: jungrapht-visualization-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jungrapht-visualization-parent
Group com.github.tomnelson
Version 1.4
Last update 20. March 2023
Organization not specified
URL http://tomnelson.github.io/jungraphtvisualization/
License The BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jung-samples from group io.github.devlibx.jung (version 3.1)

Sample programs using JUNG. Nearly all JUNG capabilities are demonstrated here. Please study the source code for these examples prior to asking how to do something.

Group: io.github.devlibx.jung Artifact: jung-samples
Show all versions Show documentation Show source 
 

0 downloads
Artifact jung-samples
Group io.github.devlibx.jung
Version 3.1
Last update 22. April 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies logback-classic, logback-core, jung-api, jung-visualization, jung-graph-impl, jung-algorithms, jung-io,
There are maybe transitive dependencies!

vl-jung from group com.mastfrog (version 2.2)

An alternative interactive UI for the JUNG graph library, which uses NetBeans' excellent lightweight Visual Library component framework to simplify creating interactive graph visualizations

Group: com.mastfrog Artifact: vl-jung
Show all versions Show documentation Show source 
 

0 downloads
Artifact vl-jung
Group com.mastfrog
Version 2.2
Last update 25. November 2020
Organization Mastfrog Technologies
URL https://github.com:timboudreau/vl-jung
License BSD-2-Clause
Dependencies amount 6
Dependencies jung-api, jung-graph-impl, jung-visualization, guava, org-openide-util-lookup, org-netbeans-api-visual,
There are maybe transitive dependencies!

jung-samples from group com.northdata.jung (version 2.2.0)

Sample programs using JUNG. Nearly all JUNG capabilities are demonstrated here. Please study the source code for these examples prior to asking how to do something.

Group: com.northdata.jung Artifact: jung-samples
Show documentation Show source 
 

0 downloads
Artifact jung-samples
Group com.northdata.jung
Version 2.2.0
Last update 18. September 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies jung-api, jung-visualization, jung-graph-impl, jung-algorithms, jung-io,
There are maybe transitive dependencies!

jung-samples from group net.sf.jung (version 2.1.1)

Sample programs using JUNG. Nearly all JUNG capabilities are demonstrated here. Please study the source code for these examples prior to asking how to do something.

Group: net.sf.jung Artifact: jung-samples
Show all versions Show documentation Show source 
 

3 downloads
Artifact jung-samples
Group net.sf.jung
Version 2.1.1
Last update 07. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies jung-api, jung-visualization, jung-graph-impl, jung-algorithms, jung-io,
There are maybe transitive dependencies!

datatable-autocomplete-test from group org.wicketstuff (version 1.5.13)

Test code for visualizing a Trie. Seperated so that projects can use the JUNG visualization against their actual production data

Group: org.wicketstuff Artifact: datatable-autocomplete-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact datatable-autocomplete-test
Group org.wicketstuff
Version 1.5.13
Last update 14. February 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jung-api, jung-graph-impl, jung-io, jung-jai, jung-visualization, wicketstuff-datatable-autocomplete-common,
There are maybe transitive dependencies!

tapestry-csrf-protection from group at.porscheinformatik.tapestry (version 4.0.0.RELEASE)

Cross-Site-Request-Forgery (CSRF) protection for Apache Tapestry 5. This project is based on the Google Summer of Code 2011 project done by Markus Jung: https://code.google.com/p/gsoc2011-csrf-protection/. Some ideas and also code has been copied to start this Tapestry addon.

Group: at.porscheinformatik.tapestry Artifact: tapestry-csrf-protection
Show all versions Show documentation Show source 
 

0 downloads
Artifact tapestry-csrf-protection
Group at.porscheinformatik.tapestry
Version 4.0.0.RELEASE
Last update 19. April 2024
Organization Porsche Informatik
URL https://github.com/porscheinformatik/tapestry-csrf-protection
License Apache License, Version 2.0
Dependencies amount 1
Dependencies tapestry-core,
There are maybe transitive dependencies!

jung-parent from group io.github.devlibx.jung (version 3.1)

JUNG the Java Universal Network/Graph Framework--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. 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.

Group: io.github.devlibx.jung Artifact: jung-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jung-parent
Group io.github.devlibx.jung
Version 3.1
Last update 22. April 2021
Organization not specified
URL http://devlibx.github.io/jung/
License The BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 4 from 5 (items total 43)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy