License |
License |
---|---|
GroupId | GroupIdorg.apache.qpid |
ArtifactId | ArtifactIdproton-api |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionproton-api
Proton is a library for speaking AMQP.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
proton-api-0.6.pom | |
proton-api-0.6.jar | 94 KB |
proton-api-0.6-sources.jar | 102 KB |
proton-api-0.6-javadoc.jar | 587 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/proton-api/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-api</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/proton-api/
implementation 'org.apache.qpid:proton-api:0.6'
// https://jarcasting.com/artifacts/org.apache.qpid/proton-api/
implementation ("org.apache.qpid:proton-api:0.6")
'org.apache.qpid:proton-api:jar:0.6'
<dependency org="org.apache.qpid" name="proton-api" rev="0.6">
<artifact name="proton-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='proton-api', version='0.6')
)
libraryDependencies += "org.apache.qpid" % "proton-api" % "0.6"
[org.apache.qpid/proton-api "0.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.5 |