unique


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

unique_2.11
Last Version

Last Version

2.0.0-M2
Release Date

Release Date

Type

Type

jar
Description

Description

unique
unique
Project URL

Project URL

https://github.com/ChristopherDavenport/unique
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/unique

Download unique_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.chrisdavenport/unique_2.11/ -->
<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>unique_2.11</artifactId>
    <version>2.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.chrisdavenport/unique_2.11/
implementation 'io.chrisdavenport:unique_2.11:2.0.0-M2'
// https://jarcasting.com/artifacts/io.chrisdavenport/unique_2.11/
implementation ("io.chrisdavenport:unique_2.11:2.0.0-M2")
'io.chrisdavenport:unique_2.11:jar:2.0.0-M2'
<dependency org="io.chrisdavenport" name="unique_2.11" rev="2.0.0-M2">
  <artifact name="unique_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chrisdavenport', module='unique_2.11', version='2.0.0-M2')
)
libraryDependencies += "io.chrisdavenport" % "unique_2.11" % "2.0.0-M2"
[io.chrisdavenport/unique_2.11 "2.0.0-M2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.typelevel : cats-core_2.11 jar 2.0.0-M4
org.typelevel : cats-effect_2.11 jar 2.0.0-M4

test (1)

Group / Artifact Type Version
org.typelevel : cats-testkit_2.11 jar 2.0.0-M4

Project Modules

There are no modules declared in this project.

unique Build Status Maven Central

This is a shared library for creating and managing unique values in a referentially transparent way.

Head on over to the microsite

Quick Start

To use unique in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "unique"     % "<version>"
)

Versions

Version
2.0.0-M2
2.0.0-M1
1.0.0
1.0.0-M1
0.1.1
0.1.0