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