Files download
File Operation
vertx-effect-1.0.0-RC4.jar download
vertx-effect-1.0.0-RC4.pom download
vertx-effect-1.0.0-RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.imrafaelmerino</groupId>
  <artifactId>vertx-effect</artifactId>
  <version>1.0.0-RC4</version>
</dependency>
Gradle Groovy
implementation 'com.github.imrafaelmerino:vertx-effect:1.0.0-RC4'
Gradle Kotlin
implementation("com.github.imrafaelmerino:vertx-effect:1.0.0-RC4")
Scala SBT
libraryDependencies += "com.github.imrafaelmerino" % "vertx-effect" % "1.0.0-RC4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.imrafaelmerino', module='vertx-effect', version='1.0.0-RC4')
)
Apache Ivy
<dependency org="com.github.imrafaelmerino" name="vertx-effect" rev="1.0.0-RC4" />
Leiningen
[com.github.imrafaelmerino/vertx-effect "1.0.0-RC4"]
Apache Buildr
'com.github.imrafaelmerino:vertx-effect:jar:1.0.0-RC4'