Files download
File Operation
solace-spring-boot-parent-2.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.solace.spring.boot</groupId>
  <artifactId>solace-spring-boot-parent</artifactId>
  <version>2.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.solace.spring.boot:solace-spring-boot-parent:2.1.1'
Gradle Kotlin
implementation("com.solace.spring.boot:solace-spring-boot-parent:2.1.1")
Scala SBT
libraryDependencies += "com.solace.spring.boot" % "solace-spring-boot-parent" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.solace.spring.boot', module='solace-spring-boot-parent', version='2.1.1')
)
Apache Ivy
<dependency org="com.solace.spring.boot" name="solace-spring-boot-parent" rev="2.1.1" />
Leiningen
[com.solace.spring.boot/solace-spring-boot-parent "2.1.1"]
Apache Buildr
'com.solace.spring.boot:solace-spring-boot-parent:jar:2.1.1'
Dependencies
The project has no third-party dependencies