MVN

com.solacesystems : solclientj

Maven & Gradle

Jun 29, 2023

Solace PubSub+ Messaging API for JavaRTO · The Solace dependency; the one you want to add to your project

<dependency>
    <groupId>com.solacesystems</groupId>
    <artifactId>solclientj</artifactId>
    <version>10.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.solacesystems : solclientj to add to Maven - Latest Versions:

  • Latest Stable: 10.4.0

All Versions

Choose a version of com.solacesystems : solclientj to add to Maven - All Versions:

Version Vulnerabilities Updated
10.4.x
solclientj-10.4.0
10.3.x
solclientj-10.3.0
10.2.x
solclientj-10.2.0
10.1.x
solclientj-10.1.0
10.0.x
solclientj-10.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.solacesystems</groupId>
    <artifactId>solclientj</artifactId>
    <version>10.4.0</version>
</dependency>