cats-time


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

cats-time_2.11
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

cats-time
cats-time
Project URL

Project URL

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

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

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

Download cats-time_2.11

How to add to project

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

Dependencies

compile (2)

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

test (2)

Group / Artifact Type Version
org.scala-lang.modules : scala-collection-compat_2.11 jar 2.1.2
org.typelevel : cats-testkit-scalatest_2.11 jar 1.0.0-M2

Project Modules

There are no modules declared in this project.

cats-time Build Status Maven Central

Instances for Cats Typeclasses for Java 8 Time. Similar to the encoding that are offered in Circe and Cormorant.

Time is a pain to deal with reasonably. So tread with caution.

Head on over to the microsite

Versions

Version
0.3.0
0.3.0-M1
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1