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