v

vertx-stomp

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