dmrolfs / hashids-scala   1.1.2-9ff5999

MIT License Website GitHub

Implement Hashids latest v1.0.0

Scala versions: 2.12

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:
MIT

libraryDependencies += "com.github.dmrolfs" %% "hashids-scala" % "1.1.2-9ff5999"
resolvers += Resolver.bintrayRepo("omen", "maven")

Mill build tool

ivy"com.github.dmrolfs::hashids-scala:1.1.2-9ff5999"
MavenRepository("https://dl.bintray.com/omen/maven")

Scala CLI

//> using dep "com.github.dmrolfs::hashids-scala:1.1.2-9ff5999"

Ammonite REPL

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'