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