simplecache-memory_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.colisweb</groupId>
<artifactId>simplecache-memory_2.13</artifactId>
<version>5.1.1</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.colisweb</groupId>
<artifactId>simplecache-memory_2.13</artifactId>
<packaging>jar</packaging>
<description>Simplecache is a small and minimalist caching library</description>
<url>https://gitlab.com/colisweb-idl/colisweb-open-source/scala/simplecache</url>
<version>5.1.1</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>simplecache-memory</name>
<organization>
<name>Colisweb</name>
<url>https://gitlab.com/colisweb-idl/colisweb-open-source</url>
</organization>
<scm>
<url>https://gitlab.com/colisweb-idl/colisweb-open-source/scala/simplecache</url>
<connection>scm:git@gitlab.com:colisweb-idl/colisweb-open-source/scala/simplecache.git</connection>
</scm>
<developers>
<developer>
<id>LitlBro</id>
<name>Colas Mombrun</name>
<url>https://gitlab.com/LitlBro</url>
<email>colas.mombrun at colisweb.com</email>
</developer>
<developer>
<id>FlorianDoublet</id>
<name>Florian Doublet</name>
<url>https://gitlab.com/FlorianDoublet</url>
<email>florian.doublet at colisweb.com</email>
</developer>
<developer>
<id>tyrcho</id>
<name>Michel Daviot</name>
<url>https://github.com/tyrcho</url>
<email>michel.daviot at colisweb.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>com.colisweb</groupId>
<artifactId>simplecache-core_2.13</artifactId>
<version>5.1.1</version>
</dependency>
<dependency>
<groupId>com.colisweb</groupId>
<artifactId>simplecache-wrapper-zio_2.13</artifactId>
<version>5.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.colisweb</groupId>
<artifactId>simplecache-wrapper-cats_2.13</artifactId>
<version>5.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>