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