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