License |
License |
---|---|
GroupId | GroupIdorg.apache.qpid |
ArtifactId | ArtifactIdqpid-proton |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionThe Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qpid-proton-0.2.pom | |
qpid-proton-0.2.jar | 434 KB |
qpid-proton-0.2-sources.jar | 248 KB |
qpid-proton-0.2-source-release.zip | 295 KB |
qpid-proton-0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-proton/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-proton</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-proton/
implementation 'org.apache.qpid:qpid-proton:0.2'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-proton/
implementation ("org.apache.qpid:qpid-proton:0.2")
'org.apache.qpid:qpid-proton:jar:0.2'
<dependency org="org.apache.qpid" name="qpid-proton" rev="0.2">
<artifact name="qpid-proton" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-proton', version='0.2')
)
libraryDependencies += "org.apache.qpid" % "qpid-proton" % "0.2"
[org.apache.qpid/qpid-proton "0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.python : jython-standalone | jar | 2.5.3 |