is not current version
Last Version 0.9.9

com.github.imrafaelmerino:vertx-values 0.8

vertx-values is a lightweight library to work with Vertx following a functional style and the Earlang philosophy based on deployer.

GroupId

GroupId

com.github.imrafaelmerino
ArtifactId

ArtifactId

vertx-values
Version

Version

0.8
Type

Type

jar

Download vertx-values 0.8


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