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