Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-starter-activemq |
Version | Version1.4.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-activemq/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-activemq</artifactId>
<version>1.4.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-activemq/
implementation 'org.springframework.boot:spring-boot-starter-activemq:1.4.5.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-activemq/
implementation ("org.springframework.boot:spring-boot-starter-activemq:1.4.5.RELEASE")
'org.springframework.boot:spring-boot-starter-activemq:jar:1.4.5.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-activemq" rev="1.4.5.RELEASE">
<artifact name="spring-boot-starter-activemq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-activemq', version='1.4.5.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-activemq" % "1.4.5.RELEASE"
[org.springframework.boot/spring-boot-starter-activemq "1.4.5.RELEASE"]