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