MVN

com.solacesystems : sol-jms-ra

Maven & Gradle

Jun 15, 2023

Solsuite JMS Resource Adapter · Solsuite JMS Resource Adapter

<dependency>
    <groupId>com.solacesystems</groupId>
    <artifactId>sol-jms-ra</artifactId>
    <version>10.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.solacesystems : sol-jms-ra to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.21.0

All Versions

Choose a version of com.solacesystems : sol-jms-ra to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.21.x
sol-jms-ra-10.21.0
10.20.x
sol-jms-ra-10.20.0
10.19.x
sol-jms-ra-10.19.0
10.18.x
sol-jms-ra-10.18.0
10.17.x
sol-jms-ra-10.17.0
10.16.x
sol-jms-ra-10.16.0
10.15.x
sol-jms-ra-10.15.0
10.14.x
sol-jms-ra-10.14.0
10.13.x
sol-jms-ra-10.13.1
sol-jms-ra-10.13.0
10.12.x
sol-jms-ra-10.12.1
sol-jms-ra-10.12.0

How to add a dependency to Maven

Add the following com.solacesystems : sol-jms-ra maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.solacesystems</groupId>
    <artifactId>sol-jms-ra</artifactId>
    <version>10.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.solacesystems : sol-jms-ra gradle dependency to your build.gradle file:

implementation 'com.solacesystems:sol-jms-ra:10.21.0'

Gradle Kotlin DSL: Add the following com.solacesystems : sol-jms-ra gradle kotlin dependency to your build.gradle.kts file:

implementation("com.solacesystems:sol-jms-ra:10.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.solacesystems : sol-jms-ra sbt scala dependency to your build.sbt file:

libraryDependencies += "com.solacesystems" % "sol-jms-ra" % "10.21.0"

Advertisement