zcaffeine_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.stuart</groupId>
<artifactId>zcaffeine_2.13</artifactId>
<version>1.0.0-M3</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.stuart</groupId>
<artifactId>zcaffeine_2.13</artifactId>
<packaging>jar</packaging>
<description>zcaffeine</description>
<url>https://github.com/StuartApp/zcaffeine</url>
<version>1.0.0-M3</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zcaffeine</name>
<organization>
<name>com.stuart</name>
<url>https://github.com/StuartApp/zcaffeine</url>
</organization>
<scm>
<url>https://github.com/StuartApp/zcaffeine</url>
<connection>scm:git:https://github.com/StuartApp/zcaffeine.git</connection>
<developerConnection>scm:git:git@github.com:StuartApp/zcaffeine.git</developerConnection>
</scm>
<developers>
<developer>
<id>pdalpra</id>
<name>Pierre Dal-Pra</name>
<url>https://stuart.com</url>
<email>p.dalpra@stuart.com</email>
</developer>
<developer>
<id>aartigao</id>
<name>Alan Artigao Carreño</name>
<url>https://stuart.com</url>
<email>a.artigao@stuart.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.8</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.2</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_2.13</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-prelude_2.13</artifactId>
<version>1.0.0-RC15</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-java8-compat_2.13</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_2.13</artifactId>
<version>2.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_2.13</artifactId>
<version>2.0.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>