GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdproton-jms |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
proton-jms-0.9.1.pom | |
proton-jms-0.9.1.jar | 28 KB |
proton-jms-0.9.1-sources.jar | 20 KB |
proton-jms-0.9.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/proton-jms/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-jms</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/proton-jms/
implementation 'org.apache.qpid:proton-jms:0.9.1'
// https://jarcasting.com/artifacts/org.apache.qpid/proton-jms/
implementation ("org.apache.qpid:proton-jms:0.9.1")
'org.apache.qpid:proton-jms:jar:0.9.1'
<dependency org="org.apache.qpid" name="proton-jms" rev="0.9.1">
<artifact name="proton-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='proton-jms', version='0.9.1')
)
libraryDependencies += "org.apache.qpid" % "proton-jms" % "0.9.1"
[org.apache.qpid/proton-jms "0.9.1"]