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