GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-ra |
Version | Version2.6.4 |
Type | Typejar |
Filename | Size |
---|---|
artemis-ra-2.6.4.pom | |
artemis-ra-2.6.4.jar | 157 KB |
artemis-ra-2.6.4-sources.jar | 109 KB |
artemis-ra-2.6.4-javadoc.jar | 369 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-ra/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-ra</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-ra/
implementation 'org.apache.activemq:artemis-ra:2.6.4'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-ra/
implementation ("org.apache.activemq:artemis-ra:2.6.4")
'org.apache.activemq:artemis-ra:jar:2.6.4'
<dependency org="org.apache.activemq" name="artemis-ra" rev="2.6.4">
<artifact name="artemis-ra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-ra', version='2.6.4')
)
libraryDependencies += "org.apache.activemq" % "artemis-ra" % "2.6.4"
[org.apache.activemq/artemis-ra "2.6.4"]