unique


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

unique_sjs1_2.12
Last Version

Last Version

2.1.0-M5
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_sjs1_2.12

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12
org.scala-js : scalajs-library_2.12 jar 1.3.0
org.typelevel : cats-core_sjs1_2.12 jar 2.3.0
org.typelevel : cats-effect_sjs1_2.12 jar 3.0.0-M4

test (4)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.12 jar 1.3.0
org.typelevel : discipline-munit_sjs1_2.12 jar 1.0.3
org.typelevel : munit-cats-effect-3_sjs1_2.12 jar 0.11.0
org.typelevel : cats-laws_sjs1_2.12 jar 2.3.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.1.0-M5
2.1.0-M2