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