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