flat-cache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>flat-cache</artifactId>
<version>6.1.22</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>flat-cache</artifactId>
<version>6.1.22</version>
<name>flat-cache</name>
<description>A simple key/value storage using files to persist the data</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>jaredwray</name>
<email>me@jaredwray.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-flatted.version>[3.4.2,4)</org.mvnpm-flatted.version>
<org.mvnpm-hookified.version>[1.15.0,2)</org.mvnpm-hookified.version>
<org.mvnpm-cacheable.version>[2.3.4,3)</org.mvnpm-cacheable.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>flatted</artifactId>
<version>${org.mvnpm-flatted.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hookified</artifactId>
<version>${org.mvnpm-hookified.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>cacheable</artifactId>
<version>${org.mvnpm-cacheable.version}</version>
</dependency>
</dependencies>
</project>