v

vertx-stomp

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