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