License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdorg.apache.activemq.protobuf |
ArtifactId | ArtifactIdactivemq-protobuf-test |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActiveMQ Protocol Buffers Tests
A Simpler Protocol Buffer Java API. Comes with a built in proto file compiler and Java source code generator.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
activemq-protobuf-test-1.1.pom | |
activemq-protobuf-test-1.1.jar | 197 KB |
activemq-protobuf-test-1.1-sources.jar | 53 KB |
activemq-protobuf-test-1.1-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.protobuf/activemq-protobuf-test/ -->
<dependency>
<groupId>org.apache.activemq.protobuf</groupId>
<artifactId>activemq-protobuf-test</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.protobuf/activemq-protobuf-test/
implementation 'org.apache.activemq.protobuf:activemq-protobuf-test:1.1'
// https://jarcasting.com/artifacts/org.apache.activemq.protobuf/activemq-protobuf-test/
implementation ("org.apache.activemq.protobuf:activemq-protobuf-test:1.1")
'org.apache.activemq.protobuf:activemq-protobuf-test:jar:1.1'
<dependency org="org.apache.activemq.protobuf" name="activemq-protobuf-test" rev="1.1">
<artifact name="activemq-protobuf-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.protobuf', module='activemq-protobuf-test', version='1.1')
)
libraryDependencies += "org.apache.activemq.protobuf" % "activemq-protobuf-test" % "1.1"
[org.apache.activemq.protobuf/activemq-protobuf-test "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.activemq.protobuf : activemq-protobuf | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |