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