https://github.com/apache/commons-graph
Apache Commons Graph (Sandbox)
https://github.com/apache/commons-graph
Last synced: 5 months ago
JSON representation
Apache Commons Graph (Sandbox)
- Host: GitHub
- URL: https://github.com/apache/commons-graph
- Owner: apache
- License: apache-2.0
- Created: 2020-06-07T03:47:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T23:39:15.000Z (7 months ago)
- Last Synced: 2026-01-23T08:39:15.142Z (7 months ago)
- Language: Java
- Homepage: https://commons.apache.org/sandbox/commons-graph/
- Size: 1.25 MB
- Stars: 40
- Watchers: 25
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Notice: NOTICE.txt
Awesome Lists containing this project
- fucking-awesome-java - Graph - 2.0</kbd> 🟢<br>General purpose graph APIs and algorithms. (Projects)
README
Apache Commons Graph (Sandbox)
===================
[](https://travis-ci.org/apache/commons-graph)
[](https://search.maven.org/artifact/org.apache.commons/commons-graph)
[](https://javadoc.io/doc/org.apache.commons/commons-graph/1.0-beta1)
The Apache Commons Graph package is a toolkit for managing graphs and graph based data structures.
Documentation
-------------
More information can be found on the [Apache Commons Graph (Sandbox) homepage](https://commons.apache.org/sandbox/commons-graph/).
The [Javadoc](https://commons.apache.org/sandbox/commons-graph/apidocs) can be browsed.
Questions related to the usage of Apache Commons Graph (Sandbox) should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html).
Where can I get the latest release?
-----------------------------------
Yet to release.
Contributing
------------
We accept Pull Requests via GitHub. The [developer mailing list](https://commons.apache.org/mail-lists.html) is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
+ No tabs! Please use spaces for indentation.
+ Respect the code style.
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
License
-------
This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
See the `NOTICE.txt` file for required notices and attributions.
Donations
---------
You like Apache Commons Graph (Sandbox)? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
Additional Resources
--------------------
+ [Apache Commons Homepage](https://commons.apache.org/)
+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/SANDBOX-509?jql=project%20%3D%20SANDBOX%20AND%20component%20%3D%20Graph)
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
+ `#apache-commons` IRC channel on `irc.freenode.org`
[ml]:https://commons.apache.org/mail-lists.html