s

solace-java-spring-boot-parent

Parent POM for Solace Java API Spring Boot AutoConfiguration
https://github.com/SolaceProducts/solace-java-spring-boot
The Apache License, Version 2.0
support
Files download
File Operation
solace-java-spring-boot-parent-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.solace.spring.boot</groupId>
  <artifactId>solace-java-spring-boot-parent</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.solace.spring.boot:solace-java-spring-boot-parent:3.0.0'
Gradle Kotlin
implementation("com.solace.spring.boot:solace-java-spring-boot-parent:3.0.0")
Scala SBT
libraryDependencies += "com.solace.spring.boot" % "solace-java-spring-boot-parent" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.solace.spring.boot', module='solace-java-spring-boot-parent', version='3.0.0')
)
Apache Ivy
<dependency org="com.solace.spring.boot" name="solace-java-spring-boot-parent" rev="3.0.0" />
Leiningen
[com.solace.spring.boot/solace-java-spring-boot-parent "3.0.0"]
Apache Buildr
'com.solace.spring.boot:solace-java-spring-boot-parent:jar:3.0.0'