ancane / hashids.scala   1.4

MIT License GitHub

A Scala port of www.hashids.org library

Scala versions: 2.13 2.12 2.11 2.10

hashids-scala 1.1


Group ID:
com.github.ancane
Artifact ID:
hashids-scala_2.11
Version:
1.1
Release Date:
Oct 5, 2014
Licenses:
MIT
Files:

libraryDependencies += "com.github.ancane" %% "hashids-scala" % "1.1"

Mill build tool

ivy"com.github.ancane::hashids-scala:1.1"

Scala CLI

//> using dep "com.github.ancane::hashids-scala:1.1"

Ammonite REPL

import $ivy.`com.github.ancane::hashids-scala:1.1`

<dependency>
  <groupId>com.github.ancane</groupId>
  <artifactId>hashids-scala_2.11</artifactId>
  <version>1.1</version>
</dependency>

compile group: 'com.github.ancane', name: 'hashids-scala_2.11', version: '1.1'