chuvoks / rbvector   1.0.0

Apache License 2.0 GitHub

Alternative Vector implementation for Scala

Scala versions: 2.10

rbvector 1.0.0


Group ID:
fi.rbvector
Artifact ID:
rbvector_2.10
Version:
1.0.0
Release Date:
Dec 14, 2014
Licenses:

libraryDependencies += "fi.rbvector" %% "rbvector" % "1.0.0"
resolvers += Resolver.bintrayRepo("abzu", "maven")

Mill build tool

ivy"fi.rbvector::rbvector:1.0.0"
MavenRepository("https://dl.bintray.com/abzu/maven")

Scala CLI

//> using dep "fi.rbvector::rbvector:1.0.0"

Ammonite REPL

import $ivy.`fi.rbvector::rbvector:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray abzu maven",
  "Some(https://dl.bintray.com/abzu/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>fi.rbvector</groupId>
  <artifactId>rbvector_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'fi.rbvector', name: 'rbvector_2.10', version: '1.0.0'