refreshable_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.permutive</groupId>
<artifactId>refreshable_3</artifactId>
<version>2.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.permutive</groupId>
<artifactId>refreshable_3</artifactId>
<packaging>jar</packaging>
<description>Offers a `Refreshable` type that operates like a cache of size 1 with a background fiber that periodically refreshes the stored value</description>
<url>https://github.com/permutive-engineering/refreshable</url>
<version>2.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://api.github.com/licenses/apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>refreshable</name>
<inceptionYear>2022</inceptionYear>
<organization>
<name>Permutive Ltd.</name>
<url>https://permutive.com</url>
</organization>
<scm>
<url>https://github.com/permutive-engineering/refreshable</url>
<connection>scm:git:https://github.com/permutive-engineering/refreshable.git</connection>
<developerConnection>scm:git:git@github.com:permutive-engineering/refreshable.git</developerConnection>
</scm>
<developers>
<developer>
<id>alejandrohdezma</id>
<name>Alejandro Hernández</name>
<url>https://github.com/alejandrohdezma</url>
<email>info@alejandrohdezma.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_3</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_3</artifactId>
<version>3.6.2</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.github.cb372</groupId>
<artifactId>cats-retry_3</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>munit-cats-effect_3</artifactId>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-testkit_3</artifactId>
<version>3.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>