guava-kotlin
Guava Kotlin is a library wrapper around Guava providing more features that are more idiomatic to Kotlin.
About
Guava Kotlin is a library that complements Guava, by providing a more idiomatic way to interact with it in Kotlin.
Guava Kotlin is a bridge between Guava and common Kotlin language features and idioms.
Please see the subpackages for further documentation on how it wraps Guava.
Setup with Gradle
Gradle Kotlin DSL
implementation("ca.solo-studios:guava-kotlin:0.0.1")Content copied to clipboard
Gradle Groovy DSL
implementation 'ca.solo-studios:guava-kotlin:0.0.1'Content copied to clipboard
Maven pom.xml
<dependency>
<groupId>ca.solo-studios</groupId>
<artifactId>guava-kotlin</artifactId>
<version>0.0.1</version>
</dependency>Content copied to clipboard
Packages
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This package contains extensions for Guava's caches.
Link copied to clipboard
Link copied to clipboard