License |
License |
---|---|
Categories |
CategoriesScala Languages H2 Data Databases |
GroupId | GroupIdde.h2b.scala.lib |
ArtifactId | ArtifactIdalgolib_2.11 |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionAlgolib
This is a Scala library of essential algorithms. It starts with a Scala adaptation of some algorithms from the book Algorithms 4 by R. Sedgewick and K. Wayne. Further adaptations from this book will be added from time to time. Other algorithms may go into this library as well.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
algolib_2.11-0.1.0.pom | |
algolib_2.11-0.1.0.jar | 274 KB |
algolib_2.11-0.1.0-sources.jar | 46 KB |
algolib_2.11-0.1.0-javadoc.jar | 930 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.h2b.scala.lib/algolib_2.11/ -->
<dependency>
<groupId>de.h2b.scala.lib</groupId>
<artifactId>algolib_2.11</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.h2b.scala.lib/algolib_2.11/
implementation 'de.h2b.scala.lib:algolib_2.11:0.1.0'
// https://jarcasting.com/artifacts/de.h2b.scala.lib/algolib_2.11/
implementation ("de.h2b.scala.lib:algolib_2.11:0.1.0")
'de.h2b.scala.lib:algolib_2.11:jar:0.1.0'
<dependency org="de.h2b.scala.lib" name="algolib_2.11" rev="0.1.0">
<artifact name="algolib_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.h2b.scala.lib', module='algolib_2.11', version='0.1.0')
)
libraryDependencies += "de.h2b.scala.lib" % "algolib_2.11" % "0.1.0"
[de.h2b.scala.lib/algolib_2.11 "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
de.h2b.scala.lib : utilib_2.11 | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 2.2.6 |
junit : junit | jar | 4.12 |