http4s-cache-middleware_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.47deg</groupId>
<artifactId>http4s-cache-middleware_3</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>com.47deg</groupId>
<artifactId>http4s-cache-middleware_3</artifactId>
<packaging>jar</packaging>
<description>Http4s Cache Middleware</description>
<url>https://github.com/47deg/http4s-cache-middleware</url>
<version>0.1.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://api.github.com/licenses/apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>http4s-cache-middleware</name>
<inceptionYear>2022</inceptionYear>
<organization>
<name>47 Degrees</name>
<url>https://www.47deg.com</url>
</organization>
<scm>
<url>https://github.com/47deg/http4s-cache-middleware</url>
<connection>scm:git:https://github.com/47deg/http4s-cache-middleware.git</connection>
<developerConnection>scm:git:git@github.com:47deg/http4s-cache-middleware.git</developerConnection>
</scm>
<developers>
<developer>
<id>javimartinez</id>
<name>Javier Martínez</name>
<url>https://github.com/javimartinez</url>
<email>javier.martinez@47deg.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_3</artifactId>
<version>0.23.16</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client_3</artifactId>
<version>0.23.16</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>0.7.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>munit-cats-effect-3_3</artifactId>
<version>1.0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>