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