Files download
File Operation
activemq-plugin-6.3.0.jar download
activemq-plugin-6.3.0.pom download
activemq-plugin-6.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.talend.esb.hyperic</groupId>
  <artifactId>activemq-plugin</artifactId>
  <version>6.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.talend.esb.hyperic:activemq-plugin:6.3.0'
Gradle Kotlin
implementation("org.talend.esb.hyperic:activemq-plugin:6.3.0")
Scala SBT
libraryDependencies += "org.talend.esb.hyperic" % "activemq-plugin" % "6.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.talend.esb.hyperic', module='activemq-plugin', version='6.3.0')
)
Apache Ivy
<dependency org="org.talend.esb.hyperic" name="activemq-plugin" rev="6.3.0" />
Leiningen
[org.talend.esb.hyperic/activemq-plugin "6.3.0"]
Apache Buildr
'org.talend.esb.hyperic:activemq-plugin:jar:6.3.0'