fuuid-circe


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

fuuid-circe_sjs0.6_2.12
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

fuuid-circe
fuuid-circe
Project URL

Project URL

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

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/fuuid

Download fuuid-circe_sjs0.6_2.12

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
io.chrisdavenport : fuuid_sjs0.6_2.12 jar 0.3.0
org.scala-js : scalajs-library_2.12 jar 0.6.32
org.scala-lang : scala-reflect jar 2.12.10
org.typelevel : cats-effect_sjs0.6_2.12 jar 2.1.1
io.circe : circe-core_sjs0.6_2.12 jar 0.13.0

test (6)

Group / Artifact Type Version
org.scala-js : scalajs-test-bridge_2.12 jar 0.6.32
org.typelevel : cats-laws_sjs0.6_2.12 jar 2.1.0
org.typelevel : discipline-specs2_sjs0.6_2.12 jar 1.0.0
org.specs2 : specs2-core_sjs0.6_2.12 jar 4.8.3
org.specs2 : specs2-scalacheck_sjs0.6_2.12 jar 4.8.3
io.circe : not-java-time_sjs0.6_2.12 jar 0.2.0

Project Modules

There are no modules declared in this project.

fuuid - Functional UUID Build Status Maven Central

Head on over to the microsite

Impatient Quickstart

To use fuuid in an existing SBT project with Scala 2.11 or a later version, add the following dependency to your build.sbt:

libraryDependencies += "io.chrisdavenport" %% "fuuid" % "<version>"

And for integrations:

libraryDependencies ++= Seq(
    "io.chrisdavenport" %% "fuuid-circe"  % "<version>", // Circe integration
    "io.chrisdavenport" %% "fuuid-http4s" % "<version>", // Http4s integration
    "io.chrisdavenport" %% "fuuid-doobie" % "<version>"  // Doobie integration
)

For more info visit the microsite

Versions

Version
0.3.0
0.3.0-RC2
0.3.0-RC1
0.3.0-M5
0.3.0-M4
0.3.0-M3
0.3.0-M2
0.3.0-M1
0.2.0
0.2.0-RC2
0.2.0-RC1
0.2.0-M8
0.2.0-M7
0.2.0-M6
0.2.0-M5
0.2.0-M4
0.2.0-M3
0.2.0-M2
0.2.0-M1
0.1.2
0.1.1