epimetheus-log4cats


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

epimetheus-log4cats_2.11
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

epimetheus-log4cats
epimetheus-log4cats
Project URL

Project URL

https://github.com/ChristopherDavenport/epimetheus-log4cats
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/epimetheus-log4cats

Download epimetheus-log4cats_2.11

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
io.chrisdavenport : epimetheus_2.11 jar 0.2.1
org.typelevel : cats-core_2.11 jar 1.6.0
org.typelevel : cats-effect_2.11 jar 1.2.0
com.chuusai : shapeless_2.11 jar 2.3.3
io.chrisdavenport : log4cats-core_2.11 jar 0.3.0
io.chrisdavenport : log4cats-extras_2.11 jar 0.3.0

test (3)

Group / Artifact Type Version
io.chrisdavenport : log4cats-testing_2.11 jar 0.3.0
org.specs2 : specs2-core_2.11 jar 4.5.1
org.specs2 : specs2-scalacheck_2.11 jar 4.5.1

Project Modules

There are no modules declared in this project.

epimetheus-log4cats - Epimetheus Log4cats Metrics Build Status Maven Central

Head on over to the microsite

Quick Start

To use epimetheus-log4cats 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" %% "epimetheus-log4cats" % "<version>"
)

Versions

Version
0.2.1
0.2.0
0.0.3
0.0.2
0.0.1