Group Id activemq
Artifact Id activemq-core
Version 3.2.3
Packaging jar
URL -
Badge
Last Updated 2006-03-08T21:30:56+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>activemq</groupId>
    <artifactId>activemq-core</artifactId>
    <version>3.2.3</version>
</dependency>
implementation group: 'activemq', name: 'activemq-core', version: '3.2.3'
implementation 'activemq:activemq-core:3.2.3'
implementation("activemq:activemq-core:3.2.3")
libraryDependencies += "activemq" % "activemq-core" % "3.2.3"
<dependency org="activemq" name="activemq-core" rev="3.2.3"/>
@Grapes(
    @Grab(group='activemq', module='activemq-core', version='3.2.3')
)
[activemq/activemq-core "3.2.3"]
'activemq:activemq-core:3.2.3'