MVN

com.github.imrafaelmerino : vertx-values

Maven & Gradle

Oct 12, 2020
1 usages
8 stars

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

<dependency>
    <groupId>com.github.imrafaelmerino</groupId>
    <artifactId>vertx-values</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.imrafaelmerino : vertx-values to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of com.github.imrafaelmerino : vertx-values to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
vertx-values-0.9.9
vertx-values-0.9.8
vertx-values-0.9.2
vertx-values-0.9.1
0.9
vertx-values-0.9
0.8
vertx-values-0.8
0.7
vertx-values-0.7
0.6
vertx-values-0.6
0.5
vertx-values-0.5
0.4
vertx-values-0.4
0.3
vertx-values-0.3
0.2
vertx-values-0.2

How to add a dependency to Maven

Add the following com.github.imrafaelmerino : vertx-values maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.imrafaelmerino</groupId>
    <artifactId>vertx-values</artifactId>
    <version>0.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.imrafaelmerino : vertx-values gradle dependency to your build.gradle file:

implementation 'com.github.imrafaelmerino:vertx-values:0.9.9'

Gradle Kotlin DSL: Add the following com.github.imrafaelmerino : vertx-values gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.imrafaelmerino:vertx-values:0.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.imrafaelmerino : vertx-values sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.imrafaelmerino" % "vertx-values" % "0.9.9"

Advertisement