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