s

sol-jcsmp

Solace Messaging API for Java
http://dev.solace.com/tech/java-api/
Files download
File Operation
sol-jcsmp-10.4.1.jar download
sol-jcsmp-10.4.1.pom download
sol-jcsmp-10.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.solacesystems</groupId>
  <artifactId>sol-jcsmp</artifactId>
  <version>10.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.solacesystems:sol-jcsmp:10.4.1'
Gradle Kotlin
implementation("com.solacesystems:sol-jcsmp:10.4.1")
Scala SBT
libraryDependencies += "com.solacesystems" % "sol-jcsmp" % "10.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.solacesystems', module='sol-jcsmp', version='10.4.1')
)
Apache Ivy
<dependency org="com.solacesystems" name="sol-jcsmp" rev="10.4.1" />
Leiningen
[com.solacesystems/sol-jcsmp "10.4.1"]
Apache Buildr
'com.solacesystems:sol-jcsmp:jar:10.4.1'