v

vertx-values

It's a Java library to work with Vertx following a functional and reactive approach.
https://github.com/imrafaelmerino/vertx-values
Apache License, Version 2.0
Rafael Merino García
文件下载
文件名 操作
vertx-values-0.9.9.jar 下载
vertx-values-0.9.9.pom 下载
vertx-values-0.9.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.imrafaelmerino</groupId>
  <artifactId>vertx-values</artifactId>
  <version>0.9.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.imrafaelmerino:vertx-values:0.9.9'
Gradle Kotlin
implementation("com.github.imrafaelmerino:vertx-values:0.9.9")
Scala SBT
libraryDependencies += "com.github.imrafaelmerino" % "vertx-values" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.imrafaelmerino', module='vertx-values', version='0.9.9')
)
Apache Ivy
<dependency org="com.github.imrafaelmerino" name="vertx-values" rev="0.9.9" />
Leiningen
[com.github.imrafaelmerino/vertx-values "0.9.9"]
Apache Buildr
'com.github.imrafaelmerino:vertx-values:jar:0.9.9'