GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdhttp-transport |
Version | Version2.11.0 |
Type | Typejar |
Filename | Size |
---|---|
http-transport-2.11.0.pom | |
http-transport-2.11.0.jar | 11 KB |
http-transport-2.11.0-sources.jar | 8 KB |
http-transport-2.11.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/http-transport/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>http-transport</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/http-transport/
implementation 'org.apache.activemq.examples.broker:http-transport:2.11.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/http-transport/
implementation ("org.apache.activemq.examples.broker:http-transport:2.11.0")
'org.apache.activemq.examples.broker:http-transport:jar:2.11.0'
<dependency org="org.apache.activemq.examples.broker" name="http-transport" rev="2.11.0">
<artifact name="http-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='http-transport', version='2.11.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "http-transport" % "2.11.0"
[org.apache.activemq.examples.broker/http-transport "2.11.0"]