fuuid-circe


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

fuuid-circe_sjs0.6_2.11
Last Version

Last Version

0.2.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.11

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
io.chrisdavenport : fuuid_sjs0.6_2.11 jar 0.2.0
org.scala-js : scalajs-library_2.11 jar 0.6.28
org.typelevel : cats-effect_sjs0.6_2.11 jar 1.3.1
io.circe : circe-core_sjs0.6_2.11 jar 0.11.1

test (4)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.11 jar 0.6.28
org.typelevel : cats-testkit_sjs0.6_2.11 jar 1.6.0
org.specs2 : specs2-core_sjs0.6_2.11 jar 4.5.1
org.specs2 : specs2-scalacheck_sjs0.6_2.11 jar 4.5.1

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