MVN

org.hildan.jackstomp : jackstomp

Maven & Gradle

Mar 21, 2021
3 stars

jackstomp · A tiny wrapper around spring SockJS client to make it easy to use with Jackson-serialized objects on STOMP.

<dependency>
    <groupId>org.hildan.jackstomp</groupId>
    <artifactId>jackstomp</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hildan.jackstomp : jackstomp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of org.hildan.jackstomp : jackstomp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
jackstomp-2.1.0
2.0.x
jackstomp-2.0.0
1.1.x
jackstomp-1.1.0
1.0.x
jackstomp-1.0.1

How to add a dependency to Maven

Add the following org.hildan.jackstomp : jackstomp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hildan.jackstomp</groupId>
    <artifactId>jackstomp</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hildan.jackstomp : jackstomp gradle dependency to your build.gradle file:

implementation 'org.hildan.jackstomp:jackstomp:2.1.0'

Gradle Kotlin DSL: Add the following org.hildan.jackstomp : jackstomp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hildan.jackstomp:jackstomp:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hildan.jackstomp : jackstomp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hildan.jackstomp" % "jackstomp" % "2.1.0"