imrafaelmerino / vertx-mongo-effect   1.0.0-RC4

GitHub

Vertx-MongoDB-Effect enables interaction with MongoDB in a purely functional and reactive style, seamlessly integrating with Vertx-effect. This library requires familiarity with Vertx-effect, as both frameworks share a foundational reliance on immutability and persistent data structures provided by json-values.

vertx-mongodb-effect 1.0.0-RC1


Group ID:
com.github.imrafaelmerino
Artifact ID:
vertx-mongodb-effect
Version:
1.0.0-RC1
Release Date:
Dec 21, 2020
Licenses:
Files:

libraryDependencies += "com.github.imrafaelmerino" % "vertx-mongodb-effect" % "1.0.0-RC1"

Mill build tool

ivy"com.github.imrafaelmerino:vertx-mongodb-effect:1.0.0-RC1"

Scala CLI

//> using dep "com.github.imrafaelmerino:vertx-mongodb-effect:1.0.0-RC1"

Ammonite REPL

import $ivy.`com.github.imrafaelmerino:vertx-mongodb-effect:1.0.0-RC1`

<dependency>
  <groupId>com.github.imrafaelmerino</groupId>
  <artifactId>vertx-mongodb-effect</artifactId>
  <version>1.0.0-RC1</version>
</dependency>

compile group: 'com.github.imrafaelmerino', name: 'vertx-mongodb-effect', version: '1.0.0-RC1'