v

vertx-stomp

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