colisweb / scala-distances   0.5.3

MIT License GitHub

WIP - Preferably, don't use it in production until you've read the code. The API is not yet stable.

Scala versions: 2.12 2.11

scala-distances-noCache 1.0.0-RC2+11-7a0ecfe2


Group ID:
com.guizmaii
Artifact ID:
scala-distances-noCache_2.12
Version:
1.0.0-RC2+11-7a0ecfe2
Release Date:
May 26, 2018
Licenses:
MIT

libraryDependencies += "com.guizmaii" %% "scala-distances-noCache" % "1.0.0-RC2+11-7a0ecfe2"
resolvers += Resolver.bintrayRepo("guizmaii", "maven")

Mill build tool

ivy"com.guizmaii::scala-distances-noCache:1.0.0-RC2+11-7a0ecfe2"
MavenRepository("https://dl.bintray.com/guizmaii/maven")

Scala CLI

//> using dep "com.guizmaii::scala-distances-noCache:1.0.0-RC2+11-7a0ecfe2"

Ammonite REPL

import $ivy.`com.guizmaii::scala-distances-noCache:1.0.0-RC2+11-7a0ecfe2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray guizmaii maven",
  "Some(https://dl.bintray.com/guizmaii/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.guizmaii</groupId>
  <artifactId>scala-distances-noCache_2.12</artifactId>
  <version>1.0.0-RC2+11-7a0ecfe2</version>
</dependency>

compile group: 'com.guizmaii', name: 'scala-distances-noCache_2.12', version: '1.0.0-RC2+11-7a0ecfe2'