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