A reasonable library for modeling multi-graphs in Scala
Please view the documentation for more information. Releases are available on maven central.
libraryDependencies += "io.getnelson.quiver" %% "codecs" % "8.0.9"
import $ivy.`io.getnelson.quiver::codecs:8.0.9`
<dependency> <groupId>io.getnelson.quiver</groupId> <artifactId>codecs_2.13</artifactId> <version>8.0.9</version> </dependency>
compile group: 'io.getnelson.quiver', name: 'codecs_2.13', version: '8.0.9'
ivy"io.getnelson.quiver::codecs:8.0.9"