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