GroupId | GroupIdactivemq |
---|---|
ArtifactId | ArtifactIdactivemq-transport-http |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
activemq-transport-http-2.1.pom | |
activemq-transport-http-2.1.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-transport-http/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-transport-http</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-transport-http/
implementation 'activemq:activemq-transport-http:2.1'
// https://jarcasting.com/artifacts/activemq/activemq-transport-http/
implementation ("activemq:activemq-transport-http:2.1")
'activemq:activemq-transport-http:jar:2.1'
<dependency org="activemq" name="activemq-transport-http" rev="2.1">
<artifact name="activemq-transport-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-transport-http', version='2.1')
)
libraryDependencies += "activemq" % "activemq-transport-http" % "2.1"
[activemq/activemq-transport-http "2.1"]