Syncleus / grail

Graph Represented Algorithm Implementation Layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#GRAIL

License Semantic Versioning Javadocs Maven Central Gitter

Build Status codecov Codacy Badge

Graph Represented Algorithm Implementation Layer

Licensed under the Apache Software License v2

Java Dependency

To include GRAIL in your project of choice include the following Maven dependency into your build.

<dependency>
    <groupId>com.syncleus.grail</groupId>
    <artifactId>grail</artifactId>
    <version>1.0.0</version>
</dependency>

Obtaining the Source

The official source repository for GRAIL is located in the Syncleus Github repository and can be cloned using the following command.

git clone https://github.com/Syncleus/grail.git

About

Graph Represented Algorithm Implementation Layer

License:Apache License 2.0


Languages

Language:JavaScript 100.0%