kamon-http4s-1.0_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.codacy</groupId>
<artifactId>kamon-http4s-1.0_2.13</artifactId>
<version>0.1.2</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.codacy</groupId>
<artifactId>kamon-http4s-1.0_2.13</artifactId>
<packaging>jar</packaging>
<description>kamon-http4s-1.0</description>
<url>https://www.codacy.com</url>
<version>0.1.2</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>kamon-http4s-1.0</name>
<organization>
<name>Codacy</name>
<url>https://www.codacy.com</url>
</organization>
<scm>
<url>https://github.com/codacy/kamon-http4s</url>
<connection>scm:git@github.com:codacy/kamon-http4s.git</connection>
</scm>
<developers>
<developer>
<id>codacy</id>
<name>Codacy</name>
<url>https://www.codacy.com</url>
<email>team@codacy.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.13</version>
</dependency>
<dependency>
<groupId>io.kamon</groupId>
<artifactId>kamon-core_2.13</artifactId>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>io.kamon</groupId>
<artifactId>kamon-instrumentation-common_2.13</artifactId>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.18</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kamon</groupId>
<artifactId>kamon-testkit_2.13</artifactId>
<version>2.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client_2.13</artifactId>
<version>1.0.0-M38</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-server_2.13</artifactId>
<version>1.0.0-M38</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-ember-client_2.13</artifactId>
<version>1.0.0-M38</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-ember-server_2.13</artifactId>
<version>1.0.0-M38</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.13</artifactId>
<version>1.0.0-M38</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>