cats-effect-time


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

cats-effect-time_2.11
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

cats-effect-time
cats-effect-time
Project URL

Project URL

https://github.com/ChristopherDavenport/cats-effect-time
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/cats-effect-time

Download cats-effect-time_2.11

How to add to project

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

Dependencies

compile (3)

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

test (3)

Group / Artifact Type Version
org.typelevel : cats-effect-laws_2.11 jar 1.4.0
org.specs2 : specs2-core_2.11 jar 4.7.0
org.specs2 : specs2-scalacheck_2.11 jar 4.7.0

Project Modules

There are no modules declared in this project.

cats-effect-time - Java Time from Cats-Effect Build Status Maven Central Code of Consuct

Head on over to the microsite

Quick Start

To use cats-effect-time 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" %% "cats-effect-time" % "<version>"
)

Versions

Version
0.0.4
0.0.3
0.0.1