is not current version
Last Version 0.9.9

com.github.imrafaelmerino:vertx-values 0.9

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

GroupId

GroupId

com.github.imrafaelmerino
ArtifactId

ArtifactId

vertx-values
Version

Version

0.9
Type

Type

jar

Download vertx-values 0.9


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