http4s-cache_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.yannick-cw</groupId>
<artifactId>http4s-cache_2.12</artifactId>
<version>0.1.0</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>io.github.yannick-cw</groupId>
<artifactId>http4s-cache_2.12</artifactId>
<packaging>jar</packaging>
<description>http4s-cache</description>
<version>0.1.0</version>
<name>http4s-cache</name>
<organization>
<name>io.github.yannick-cw</name>
</organization>
<url>https://github.com/yannick-cw/http4s-cache</url>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<scm>
<connection>scm:git:github.com/yannick-cw/http4s-cache</connection>
<developerConnection>scm:git:git@github.com:yannick-cw/http4s-cache</developerConnection>
<url>github.com/yannick-cw/http4s-cache</url>
</scm>
<developers>
<developer>
<id>7374</id>
<name>Yannick Gladow</name>
<url>https://github.com/yannick-cw</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.12</artifactId>
<version>0.18.0-M5</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>scalacache-caffeine_2.12</artifactId>
<version>0.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>scalacache-core_2.12</artifactId>
<version>0.21.0</version>
</dependency>
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>scalacache-cats-effect_2.12</artifactId>
<version>0.21.0</version>
</dependency>
</dependencies>
</project>