cacheable-request
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>cacheable-request</artifactId>
<version>13.0.19</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>cacheable-request</artifactId>
<version>13.0.19</version>
<name>cacheable-request</name>
<description>Wrap native HTTP requests with RFC compliant cache support</description>
<url>https://github.com/jaredwray/cacheable#readme</url>
<organization>
<name>Jared Wray</name>
<url>https://github.com/jaredwray/cacheable#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>lukechilds</name>
<email>lukechilds123@gmail.com</email>
</developer>
<developer>
<name>jaredwray</name>
<email>me@jaredwray.com</email>
</developer>
<developer>
<name>szmarczak</name>
<email>sz.marczak@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jaredwray/cacheable.git</connection>
<developerConnection>https://github.com/jaredwray/cacheable.git</developerConnection>
<url>https://github.com/jaredwray/cacheable</url>
</scm>
<issueManagement>
<url>https://github.com/jaredwray/cacheable/issues</url>
</issueManagement>
<properties>
<org.mvnpm-get-stream.version>[9.0.1,10)</org.mvnpm-get-stream.version>
<org.mvnpm-keyv.version>[5.6.0,6)</org.mvnpm-keyv.version>
<org.mvnpm-responselike.version>[4.0.2,5)</org.mvnpm-responselike.version>
<org.mvnpm-normalize-url.version>[8.1.1,9)</org.mvnpm-normalize-url.version>
<org.mvnpm-http-cache-semantics.version>[4.2.0,5)</org.mvnpm-http-cache-semantics.version>
<org.mvnpm.at.types-http-cache-semantics.version>[4.2.0,5)</org.mvnpm.at.types-http-cache-semantics.version>
<org.mvnpm-mimic-response.version>[4.0.0,5)</org.mvnpm-mimic-response.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>http-cache-semantics</artifactId>
<version>${org.mvnpm.at.types-http-cache-semantics.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>get-stream</artifactId>
<version>${org.mvnpm-get-stream.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>http-cache-semantics</artifactId>
<version>${org.mvnpm-http-cache-semantics.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>keyv</artifactId>
<version>${org.mvnpm-keyv.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mimic-response</artifactId>
<version>${org.mvnpm-mimic-response.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>normalize-url</artifactId>
<version>${org.mvnpm-normalize-url.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>responselike</artifactId>
<version>${org.mvnpm-responselike.version}</version>
</dependency>
</dependencies>
</project>