MVN

io.hyte.stompjms : stompjms-client

Maven & Gradle

Aug 06, 2023

stompjms-client · STOMP-JMS is a JMS implementation using STOMP as the wire protocol

<dependency>
    <groupId>io.hyte.stompjms</groupId>
    <artifactId>stompjms-client</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hyte.stompjms : stompjms-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of io.hyte.stompjms : stompjms-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
stompjms-client-3.1.0
2.0.x
stompjms-client-2.0.0
1.27
stompjms-client-1.27
1.26
stompjms-client-1.26
1.20
stompjms-client-1.20

How to add a dependency to Maven

Add the following io.hyte.stompjms : stompjms-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hyte.stompjms</groupId>
    <artifactId>stompjms-client</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hyte.stompjms : stompjms-client gradle dependency to your build.gradle file:

implementation 'io.hyte.stompjms:stompjms-client:3.1.0'

Gradle Kotlin DSL: Add the following io.hyte.stompjms : stompjms-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hyte.stompjms:stompjms-client:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hyte.stompjms : stompjms-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hyte.stompjms" % "stompjms-client" % "3.1.0"