is not current version
Last Version 3.0.1

com.github.imrafaelmerino:vertx-effect 0.2

It's a Java library to work with Vertx following a functional and reactive approach.

GroupId

GroupId

com.github.imrafaelmerino
ArtifactId

ArtifactId

vertx-effect
Version

Version

0.2
Type

Type

jar

Download vertx-effect 0.2


<!-- https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-effect/ -->
<dependency>
    <groupId>com.github.imrafaelmerino</groupId>
    <artifactId>vertx-effect</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-effect/
implementation 'com.github.imrafaelmerino:vertx-effect:0.2'
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/vertx-effect/
implementation ("com.github.imrafaelmerino:vertx-effect:0.2")
'com.github.imrafaelmerino:vertx-effect:jar:0.2'
<dependency org="com.github.imrafaelmerino" name="vertx-effect" rev="0.2">
  <artifact name="vertx-effect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imrafaelmerino', module='vertx-effect', version='0.2')
)
libraryDependencies += "com.github.imrafaelmerino" % "vertx-effect" % "0.2"
[com.github.imrafaelmerino/vertx-effect "0.2"]