文件下载
文件名 操作
solace-spring-boot-starter-2.2.0.jar 下载
solace-spring-boot-starter-2.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.solace.spring.boot</groupId>
  <artifactId>solace-spring-boot-starter</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.solace.spring.boot:solace-spring-boot-starter:2.2.0'
Gradle Kotlin
implementation("com.solace.spring.boot:solace-spring-boot-starter:2.2.0")
Scala SBT
libraryDependencies += "com.solace.spring.boot" % "solace-spring-boot-starter" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.solace.spring.boot', module='solace-spring-boot-starter', version='2.2.0')
)
Apache Ivy
<dependency org="com.solace.spring.boot" name="solace-spring-boot-starter" rev="2.2.0" />
Leiningen
[com.solace.spring.boot/solace-spring-boot-starter "2.2.0"]
Apache Buildr
'com.solace.spring.boot:solace-spring-boot-starter:jar:2.2.0'