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 aiming at editing and traversing graphs, finding cycles etc. in a user-friendly way.
              Scala versions:
              
                2.12
              
            
          
    
          
    
          
    
          
    
          
        graph-core 1.12.5.1
Group ID:
     org.openmole.library 
  Artifact ID:
     graph-core_2.12 
  Version:
     1.12.5.1 
  Release Date:
     Jun 4, 2019 
  Licenses:
    
  Files:
    
  Full Scala Version:
     2.12.7 
  Developers:
    
  libraryDependencies += "org.openmole.library" %% "graph-core" % "1.12.5.1"
ivy"org.openmole.library::graph-core:1.12.5.1"
//> using dep "org.openmole.library::graph-core:1.12.5.1"
import $ivy.`org.openmole.library::graph-core:1.12.5.1`
<dependency> <groupId>org.openmole.library</groupId> <artifactId>graph-core_2.12</artifactId> <version>1.12.5.1</version> </dependency>
compile group: 'org.openmole.library', name: 'graph-core_2.12', version: '1.12.5.1'