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.4


Group ID:
com.github.ancane
Artifact ID:
hashids-scala_2.12
Version:
1.4
Release Date:
Feb 10, 2020
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.ancane</groupId>
  <artifactId>hashids-scala_2.12</artifactId>
  <version>1.4</version>
</dependency>

compile group: 'com.github.ancane', name: 'hashids-scala_2.12', version: '1.4'