Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 757 Bytes

README.md

File metadata and controls

executable file
·
30 lines (19 loc) · 757 Bytes

abego StringGraph

A graph implementation using String objects to represent the nodes and the labels of the edges.

Download

Download: https://github.com/abego/abego-stringgraph/releases/tag/v0.5.0

Maven:

<dependency>
    <groupId>org.abego.stringgraph</groupId>
    <artifactId>abego-stringgraph</artifactId>
    <version>0.5.0</version>
</dependency>

Development

You may check out the source code from the GitHub repository.

Links

License

abego StringGraph is available under a business friendly MIT license.