License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.scala-graph |
ArtifactId | ArtifactIdgraph-core_2.13 |
Last Version | Last Version1.13.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGraph Core
Graph Core
|
Project URL |
Project URL |
Project Organization |
Project Organizationorg.scala-graph |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graph-core_2.13-1.13.5.pom | |
graph-core_2.13-1.13.5.jar | 1 MB |
graph-core_2.13-1.13.5-sources.jar | 111 KB |
graph-core_2.13-1.13.5-javadoc.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scala-graph/graph-core_2.13/ -->
<dependency>
<groupId>org.scala-graph</groupId>
<artifactId>graph-core_2.13</artifactId>
<version>1.13.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-graph/graph-core_2.13/
implementation 'org.scala-graph:graph-core_2.13:1.13.5'
// https://jarcasting.com/artifacts/org.scala-graph/graph-core_2.13/
implementation ("org.scala-graph:graph-core_2.13:1.13.5")
'org.scala-graph:graph-core_2.13:jar:1.13.5'
<dependency org="org.scala-graph" name="graph-core_2.13" rev="1.13.5">
<artifact name="graph-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-graph', module='graph-core_2.13', version='1.13.5')
)
libraryDependencies += "org.scala-graph" % "graph-core_2.13" % "1.13.5"
[org.scala-graph/graph-core_2.13 "1.13.5"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.8 |
Group / Artifact | Type | Version |
---|---|---|
org.scalacheck : scalacheck_2.13 Optional | jar | 1.15.4 |