w

wes-vertx2

This bridge integrates server-side wes application with the Vert.x 2
Files download
File Operation
wes-vertx2-0.2.1.jar download
wes-vertx2-0.2.1.pom download
wes-vertx2-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.flowersinthesand</groupId>
  <artifactId>wes-vertx2</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.flowersinthesand:wes-vertx2:0.2.1'
Gradle Kotlin
implementation("io.github.flowersinthesand:wes-vertx2:0.2.1")
Scala SBT
libraryDependencies += "io.github.flowersinthesand" % "wes-vertx2" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.flowersinthesand', module='wes-vertx2', version='0.2.1')
)
Apache Ivy
<dependency org="io.github.flowersinthesand" name="wes-vertx2" rev="0.2.1" />
Leiningen
[io.github.flowersinthesand/wes-vertx2 "0.2.1"]
Apache Buildr
'io.github.flowersinthesand:wes-vertx2:jar:0.2.1'