Group Id activemq
Artifact Id activemq-core
Version 1.4
Packaging jar
URL -
Badge
Last Updated 2005-12-20T08:18:08+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>1.4</version>
</dependency>
implementation group: 'activemq', name: 'activemq-core', version: '1.4'
implementation 'activemq:activemq-core:1.4'
implementation("activemq:activemq-core:1.4")
libraryDependencies += "activemq" % "activemq-core" % "1.4"
<dependency org="activemq" name="activemq-core" rev="1.4"/>
@Grapes(
    @Grab(group='activemq', module='activemq-core', version='1.4')
)
[activemq/activemq-core "1.4"]
'activemq:activemq-core:1.4'