Files download
File Operation
scala-algorithms_2.13-0.2.0.jar download
scala-algorithms_2.13-0.2.0.pom download
scala-algorithms_2.13-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.scalafanatic</groupId>
  <artifactId>scala-algorithms_2.13</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.scalafanatic:scala-algorithms_2.13:0.2.0'
Gradle Kotlin
implementation("com.github.scalafanatic:scala-algorithms_2.13:0.2.0")
Scala SBT
libraryDependencies += "com.github.scalafanatic" % "scala-algorithms_2.13" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.scalafanatic', module='scala-algorithms_2.13', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.scalafanatic" name="scala-algorithms_2.13" rev="0.2.0" />
Leiningen
[com.github.scalafanatic/scala-algorithms_2.13 "0.2.0"]
Apache Buildr
'com.github.scalafanatic:scala-algorithms_2.13:jar:0.2.0'