hashids-scala 1.1.2-9ff5999
Group ID:
com.github.dmrolfs
Artifact ID:
hashids-scala_2.12
Version:
1.1.2-9ff5999
Release Date:
Feb 16, 2017
Licenses:
libraryDependencies += "com.github.dmrolfs" %% "hashids-scala" % "1.1.2-9ff5999" resolvers += Resolver.bintrayRepo("omen", "maven")
ivy"com.github.dmrolfs::hashids-scala:1.1.2-9ff5999" MavenRepository("https://dl.bintray.com/omen/maven")
//> using dep "com.github.dmrolfs::hashids-scala:1.1.2-9ff5999"
import $ivy.`com.github.dmrolfs::hashids-scala:1.1.2-9ff5999` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray omen maven", "Some(https://dl.bintray.com/omen/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.dmrolfs</groupId> <artifactId>hashids-scala_2.12</artifactId> <version>1.1.2-9ff5999</version> </dependency>
compile group: 'com.github.dmrolfs', name: 'hashids-scala_2.12', version: '1.1.2-9ff5999'