unique


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

unique_sjs0.6_2.13
Last Version

Last Version

2.0.0
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_sjs0.6_2.13

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.0
org.scala-js : scalajs-library_2.13 jar 0.6.28
org.typelevel : cats-core_sjs0.6_2.13 jar 2.0.0
org.typelevel : cats-effect_sjs0.6_2.13 jar 2.0.0

test (3)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.13 jar 0.6.28
org.typelevel : discipline-specs2_sjs0.6_2.13 jar 1.0.0-RC1
org.typelevel : cats-laws_sjs0.6_2.13 jar 2.0.0

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
2.0.0-RC2
2.0.0-RC1
2.0.0-M2