Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 462 Bytes

MavenRepository.md

File metadata and controls

19 lines (15 loc) · 462 Bytes

Maven repository

The last version of Scala RRB Vector is 0.1.1

Scala multisets can be downloaded from Maven Central.

<dependency>
  <groupId>io.github.nicolasstucki</groupId>
  <artifactId>scala-rrb-vector</artifactId>
  <version>0.1.1</version>
</dependency>

To use it with SBT, just add the following dependency to build.sbt:

libraryDependencies ++= Seq("io.github.nicolasstucki" %% "scala-rrb-vector" % "0.1.1")