seancheatham / scala-graph   0.0.2

GitHub

A collection of Scala graph libraries and adapters for graph databases.

Scala versions: 2.11

graph-core 0.0.2


Group ID:
com.seancheatham
Artifact ID:
graph-core_2.11
Version:
0.0.2
Release Date:
Jan 31, 2017
Licenses:
Files:

libraryDependencies += "com.seancheatham" %% "graph-core" % "0.0.2"

Mill build tool

ivy"com.seancheatham::graph-core:0.0.2"

Scala CLI

//> using dep "com.seancheatham::graph-core:0.0.2"

Ammonite REPL

import $ivy.`com.seancheatham::graph-core:0.0.2`

<dependency>
  <groupId>com.seancheatham</groupId>
  <artifactId>graph-core_2.11</artifactId>
  <version>0.0.2</version>
</dependency>

compile group: 'com.seancheatham', name: 'graph-core_2.11', version: '0.0.2'