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