| GroupId | GroupIdorg.apache.activemq.examples.amqp |
|---|---|
| ArtifactId | ArtifactIdproton-clustered-cpp |
| Version | Version2.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| proton-clustered-cpp-2.5.0.pom | |
| proton-clustered-cpp-2.5.0.jar | 13 KB |
| proton-clustered-cpp-2.5.0-sources.jar | 10 KB |
| proton-clustered-cpp-2.5.0-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-clustered-cpp/ -->
<dependency>
<groupId>org.apache.activemq.examples.amqp</groupId>
<artifactId>proton-clustered-cpp</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-clustered-cpp/
implementation 'org.apache.activemq.examples.amqp:proton-clustered-cpp:2.5.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.amqp/proton-clustered-cpp/
implementation ("org.apache.activemq.examples.amqp:proton-clustered-cpp:2.5.0")
'org.apache.activemq.examples.amqp:proton-clustered-cpp:jar:2.5.0'
<dependency org="org.apache.activemq.examples.amqp" name="proton-clustered-cpp" rev="2.5.0">
<artifact name="proton-clustered-cpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.amqp', module='proton-clustered-cpp', version='2.5.0')
)
libraryDependencies += "org.apache.activemq.examples.amqp" % "proton-clustered-cpp" % "2.5.0"
[org.apache.activemq.examples.amqp/proton-clustered-cpp "2.5.0"]