GroupId | GroupIdactivemq |
---|---|
ArtifactId | ArtifactIdactivemq-core |
Version | Version3.2.4 |
Type | Typejar |
Filename | Size |
---|---|
activemq-core-3.2.4.pom | |
activemq-core-3.2.4.jar | 969 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-core/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-core</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-core/
implementation 'activemq:activemq-core:3.2.4'
// https://jarcasting.com/artifacts/activemq/activemq-core/
implementation ("activemq:activemq-core:3.2.4")
'activemq:activemq-core:jar:3.2.4'
<dependency org="activemq" name="activemq-core" rev="3.2.4">
<artifact name="activemq-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-core', version='3.2.4')
)
libraryDependencies += "activemq" % "activemq-core" % "3.2.4"
[activemq/activemq-core "3.2.4"]