s

solace-jms-spring-boot-parent

Parent POM for Solace JMS API Spring Boot Starter and AutoConfiguration
https://github.com/SolaceProducts/solace-jms-spring-boot
The Apache License, Version 2.0
Mark Spielman
文件下载
文件名 操作
solace-jms-spring-boot-parent-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.solace.spring.boot</groupId>
  <artifactId>solace-jms-spring-boot-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.solace.spring.boot:solace-jms-spring-boot-parent:1.0.0'
Gradle Kotlin
implementation("com.solace.spring.boot:solace-jms-spring-boot-parent:1.0.0")
Scala SBT
libraryDependencies += "com.solace.spring.boot" % "solace-jms-spring-boot-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.solace.spring.boot', module='solace-jms-spring-boot-parent', version='1.0.0')
)
Apache Ivy
<dependency org="com.solace.spring.boot" name="solace-jms-spring-boot-parent" rev="1.0.0" />
Leiningen
[com.solace.spring.boot/solace-jms-spring-boot-parent "1.0.0"]
Apache Buildr
'com.solace.spring.boot:solace-jms-spring-boot-parent:jar:1.0.0'