a

activemq-protobuf-pom

A Simpler Protocol Buffer Java API. Comes with a built in proto file compiler and Java source code generator.
http://activemq.apache.org
文件下载
文件名 操作
activemq-protobuf-pom-1.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.activemq.protobuf</groupId>
  <artifactId>activemq-protobuf-pom</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.activemq.protobuf:activemq-protobuf-pom:1.1'
Gradle Kotlin
implementation("org.apache.activemq.protobuf:activemq-protobuf-pom:1.1")
Scala SBT
libraryDependencies += "org.apache.activemq.protobuf" % "activemq-protobuf-pom" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.activemq.protobuf', module='activemq-protobuf-pom', version='1.1')
)
Apache Ivy
<dependency org="org.apache.activemq.protobuf" name="activemq-protobuf-pom" rev="1.1" />
Leiningen
[org.apache.activemq.protobuf/activemq-protobuf-pom "1.1"]
Apache Buildr
'org.apache.activemq.protobuf:activemq-protobuf-pom:jar:1.1'