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