Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zio/interop-guava
https://github.com/zio/interop-guava
guava scala zio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zio/interop-guava
- Owner: zio
- License: apache-2.0
- Created: 2019-08-11T12:53:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T01:46:05.000Z (9 months ago)
- Last Synced: 2024-06-11T18:02:07.607Z (8 months ago)
- Topics: guava, scala, zio
- Language: Scala
- Homepage: https://zio.dev/zio-interop-guava
- Size: 341 KB
- Stars: 6
- Watchers: 7
- Forks: 7
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[//]: # (This file was autogenerated using `zio-sbt-website` plugin via `sbt generateReadme` command.)
[//]: # (So please do not edit it manually. Instead, change "docs/index.md" file or sbt setting keys)
[//]: # (e.g. "readmeDocumentation" and "readmeSupport".)# ZIO Interop Guava
This library provides an interoperability layer with [Guava](https://guava.dev/)'s [`com.google.common.util.concurrent.ListenableFuture`](https://github.com/google/guava/wiki/ListenableFutureExplained).
[![Production Ready](https://img.shields.io/badge/Project%20Stage-Production%20Ready-brightgreen.svg)](https://github.com/zio/zio/wiki/Project-Stages) ![CI Badge](https://github.com/zio/interop-guava/workflows/CI/badge.svg) [![Sonatype Releases](https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-interop-guava_2.13.svg?label=Sonatype%20Release)](https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-interop-guava_2.13/) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-interop-guava_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-interop-guava_2.13/) [![javadoc](https://javadoc.io/badge2/dev.zio/zio-interop-guava-docs_2.13/javadoc.svg)](https://javadoc.io/doc/dev.zio/zio-interop-guava-docs_2.13) [![ZIO Interop Guava](https://img.shields.io/github/stars/zio/interop-guava?style=social)](https://github.com/zio/interop-guava)
[//]: # (## Introduction)
## Installation
In order to use this library, we need to add the following line in our `build.sbt` file:
```scala
libraryDependencies += "dev.zio" %% "zio-interop-guava" % "32.1.0"
```## Example
Please see examples [here](https://github.com/zio/interop-guava/blob/master/src/test/scala/zio/interop/guava/GuavaSpec.scala).
## Documentation
Learn more on the [ZIO Interop Guava homepage](https://zio.dev/zio-interop-guava)!
## Contributing
For the general guidelines, see ZIO [contributor's guide](https://zio.dev/about/contributing).
## Code of Conduct
See the [Code of Conduct](https://zio.dev/about/code-of-conduct)
## Support
Come chat with us on [![Badge-Discord]][Link-Discord].
[Badge-Discord]: https://img.shields.io/discord/629491597070827530?logo=discord "chat on discord"
[Link-Discord]: https://discord.gg/2ccFBr4 "Discord"## License
[License](LICENSE)