epimetheus-http4s


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

epimetheus-http4s_2.11
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

epimetheus-http4s
epimetheus-http4s
Project URL

Project URL

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

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

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

Download epimetheus-http4s_2.11

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
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
co.fs2 : fs2-core_2.11 jar 1.0.4
co.fs2 : fs2-io_2.11 jar 1.0.4
org.http4s : http4s-core_2.11 jar 0.20.0
org.http4s : http4s-dsl_2.11 jar 0.20.0
io.chrisdavenport : epimetheus_2.11 jar 0.2.2

test (2)

Group / Artifact Type Version
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-http4s - Epimetheus Http4s Metrics Build Status Maven Central

Head on over to the microsite

Quick Start

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

Versions

Version
0.2.0
0.2.0-RC1
0.2.0-M4
0.2.0-M3
0.2.0-M2
0.2.0-M1
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1