https://github.com/zio-archive/interop-guava
https://github.com/zio-archive/interop-guava
guava scala zio
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zio-archive/interop-guava
- Owner: zio-archive
- License: apache-2.0
- Archived: true
- Created: 2019-08-11T12:53:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T01:41:13.000Z (about 1 year ago)
- Last Synced: 2025-03-23T05:41:40.667Z (7 months ago)
- Topics: guava, scala, zio
- Language: Scala
- Homepage: https://zio.dev/zio-interop-guava
- Size: 341 KB
- Stars: 5
- Watchers: 6
- Forks: 7
- Open Issues: 29
-
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).
[](https://github.com/zio/zio/wiki/Project-Stages)  [](https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-interop-guava_2.13/) [](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-interop-guava_2.13/) [](https://javadoc.io/doc/dev.zio/zio-interop-guava-docs_2.13) [](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)