Graph Core


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-graph
ArtifactId

ArtifactId

graph-core_2.12
Last Version

Last Version

1.13.1
Release Date

Release Date

Type

Type

jar
Description

Description

Graph Core
Graph Core
Project URL

Project URL

http://scala-graph.org
Project Organization

Project Organization

org.scala-graph
Source Code Management

Source Code Management

https://github.com/scala-graph/scala-graph

Download graph-core_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.scala-graph/graph-core_2.12/ -->
<dependency>
    <groupId>org.scala-graph</groupId>
    <artifactId>graph-core_2.12</artifactId>
    <version>1.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-graph/graph-core_2.12/
implementation 'org.scala-graph:graph-core_2.12:1.13.1'
// https://jarcasting.com/artifacts/org.scala-graph/graph-core_2.12/
implementation ("org.scala-graph:graph-core_2.12:1.13.1")
'org.scala-graph:graph-core_2.12:jar:1.13.1'
<dependency org="org.scala-graph" name="graph-core_2.12" rev="1.13.1">
  <artifact name="graph-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-graph', module='graph-core_2.12', version='1.13.1')
)
libraryDependencies += "org.scala-graph" % "graph-core_2.12" % "1.13.1"
[org.scala-graph/graph-core_2.12 "1.13.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10

provided (1)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.12 Optional jar 1.14.0

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.8
org.gephi : gephi-toolkit jar 0.9.2

Project Modules

There are no modules declared in this project.

Graph for Scala

This is the source code repository and issue tracker for Graph for Scala.

Questions or any feedback are appreciated. Please use GitHub issues for proven issues or enhancement requests but not for questions.

You are also welcome as a co-contributor.

Have fun with Graph for Scala.

Peter

Branches:

1.x started in 2011 and has evolved by paying high attention to version compatibility to allow little migration effort.

2.x started in 2019 to make some significant improvements that also need new, simplified signatures. Added features include

  • multiple sources for directed hyperedges
  • easy edge class definition using case classes thus easy definition of edge ADTs
  • improved functional graph handling

There is still much left to do before 2.0 is ready for shipment.

3.x is planned to support functional immutability by representing immutable graphs by a persistent data structure.

org.scala-graph

Versions

Version
1.13.1
1.13.0
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.5
1.11.4