GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdproton-j-impl |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
proton-j-impl-0.5.pom | |
proton-j-impl-0.5.jar | 491 KB |
proton-j-impl-0.5-tests.jar | 34 KB |
proton-j-impl-0.5-sources.jar | 276 KB |
proton-j-impl-0.5-javadoc.jar | 938 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/proton-j-impl/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j-impl</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/proton-j-impl/
implementation 'org.apache.qpid:proton-j-impl:0.5'
// https://jarcasting.com/artifacts/org.apache.qpid/proton-j-impl/
implementation ("org.apache.qpid:proton-j-impl:0.5")
'org.apache.qpid:proton-j-impl:jar:0.5'
<dependency org="org.apache.qpid" name="proton-j-impl" rev="0.5">
<artifact name="proton-j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='proton-j-impl', version='0.5')
)
libraryDependencies += "org.apache.qpid" % "proton-j-impl" % "0.5"
[org.apache.qpid/proton-j-impl "0.5"]