WIP - Preferably, don't use it in production until you've read the code. The API is not yet stable.
Scala versions:
2.12
scala-distances-google 1.0.0-RC2+11-7a0ecfe2
Group ID:
com.guizmaii
Artifact ID:
scala-distances-google_2.12
Version:
1.0.0-RC2+11-7a0ecfe2
Release Date:
May 26, 2018
Licenses:
libraryDependencies += "com.guizmaii" %% "scala-distances-google" % "1.0.0-RC2+11-7a0ecfe2" resolvers += Resolver.bintrayRepo("guizmaii", "maven")
ivy"com.guizmaii::scala-distances-google:1.0.0-RC2+11-7a0ecfe2" MavenRepository("https://dl.bintray.com/guizmaii/maven")
//> using dep "com.guizmaii::scala-distances-google:1.0.0-RC2+11-7a0ecfe2"
import $ivy.`com.guizmaii::scala-distances-google: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-google_2.12</artifactId> <version>1.0.0-RC2+11-7a0ecfe2</version> </dependency>
compile group: 'com.guizmaii', name: 'scala-distances-google_2.12', version: '1.0.0-RC2+11-7a0ecfe2'