fbaierl / scalajs-cross-compile-tarjan   0.1.2

MIT License GitHub

Implementation of Tarjan's strongly connected components algorithm

Scala versions: 2.12
Scala.js versions: 0.6

scala-tarjan 0.1.2


Group ID:
com.github.fbaierl
Artifact ID:
scala-tarjan_2.12
Version:
0.1.2
Release Date:
Nov 5, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.fbaierl" %% "scala-tarjan" % "0.1.2"

Mill build tool

ivy"com.github.fbaierl::scala-tarjan:0.1.2"

Scala CLI

//> using dep "com.github.fbaierl::scala-tarjan:0.1.2"

Ammonite REPL

import $ivy.`com.github.fbaierl::scala-tarjan:0.1.2`

<dependency>
  <groupId>com.github.fbaierl</groupId>
  <artifactId>scala-tarjan_2.12</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'com.github.fbaierl', name: 'scala-tarjan_2.12', version: '0.1.2'