File | Operation |
---|---|
solace-java-spring-boot-parent-3.2.0.pom | download |
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-java-spring-boot-parent</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
libraryDependencies += "com.solace.spring.boot" % "solace-java-spring-boot-parent" % "3.2.0"
@Grapes(
@Grab(group='com.solace.spring.boot', module='solace-java-spring-boot-parent', version='3.2.0')
)
<dependency org="com.solace.spring.boot" name="solace-java-spring-boot-parent" rev="3.2.0" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.0.RELEASE</version> </parent>