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