GroupId | GroupIdactivemq |
---|---|
ArtifactId | ArtifactIdactivemq-spring |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
activemq-spring-2.1.pom | |
activemq-spring-2.1.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-spring/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-spring</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-spring/
implementation 'activemq:activemq-spring:2.1'
// https://jarcasting.com/artifacts/activemq/activemq-spring/
implementation ("activemq:activemq-spring:2.1")
'activemq:activemq-spring:jar:2.1'
<dependency org="activemq" name="activemq-spring" rev="2.1">
<artifact name="activemq-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-spring', version='2.1')
)
libraryDependencies += "activemq" % "activemq-spring" % "2.1"
[activemq/activemq-spring "2.1"]