GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdqpid-broker-plugins-websocket |
Version | Version6.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-plugins-websocket/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-plugins-websocket</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-plugins-websocket/
implementation 'org.apache.qpid:qpid-broker-plugins-websocket:6.0.1'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-plugins-websocket/
implementation ("org.apache.qpid:qpid-broker-plugins-websocket:6.0.1")
'org.apache.qpid:qpid-broker-plugins-websocket:jar:6.0.1'
<dependency org="org.apache.qpid" name="qpid-broker-plugins-websocket" rev="6.0.1">
<artifact name="qpid-broker-plugins-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-broker-plugins-websocket', version='6.0.1')
)
libraryDependencies += "org.apache.qpid" % "qpid-broker-plugins-websocket" % "6.0.1"
[org.apache.qpid/qpid-broker-plugins-websocket "6.0.1"]