v

vertx-stomp

Stomp support for Vert.x 3
Files download
File Operation
vertx-stomp-4.3.8.jar download
vertx-stomp-4.3.8.pom download
vertx-stomp-4.3.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-stomp</artifactId>
  <version>4.3.8</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-stomp:4.3.8'
Gradle Kotlin
implementation("io.vertx:vertx-stomp:4.3.8")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-stomp" % "4.3.8"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-stomp', version='4.3.8')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-stomp" rev="4.3.8" />
Leiningen
[io.vertx/vertx-stomp "4.3.8"]
Apache Buildr
'io.vertx:vertx-stomp:jar:4.3.8'