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