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