Version 18, last updated by Peter Empen at 24 May 20:12 UTC
Welcome to scalax.collection.Graph.
Graph for Scala is intended to provide basic graph functionality seamlessly fitting into the Scala Collection Library. Like the well known members of scala.collection, Graph for Scala is an in-memory graph library for editing and traversing graphs, finding cycles etc. However, export to some popular graph formats, mirroring of graph databases as well as distributed processing are due to be added.
Graph for Scala is planned to move from here to the Scala Extended Core Library, a new facility to be launched sometime later by the Scala Core Team. Until then, use this Scala Incubator site to read up onGraph for Scala.
Provided you want to download version 1.4.3 of the core module for the Scala version of your project, SBT users will have to add
As a Maven user please set group id to com.assembla.scala-incubator, artifact id to graph-core_2.9.1 with 2.9.1 being the version of your project and version to 1.4.3.
For a direct download you may select the required artifacts including the executable JARs, Scaladoc and sources starting at https://oss.sonatype.org/content/repositories/releases/com/assembla/scala-incubator/.
Any feedback is appreciated. You are also welcome as a co-contributor.
Have fun with Graph for Scala.
Peter