| Группа | Группаorg.apache.activemq.rest |
|---|---|
| Идентификатор | Идентификаторartemis-rest |
| Версия | Версия1.5.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| artemis-rest-1.5.3.pom | |
| artemis-rest-1.5.3.jar | 135 KB |
| artemis-rest-1.5.3-sources.jar | 100 KB |
| artemis-rest-1.5.3-javadoc.jar | 426 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.rest/artemis-rest/ -->
<dependency>
<groupId>org.apache.activemq.rest</groupId>
<artifactId>artemis-rest</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.rest/artemis-rest/
implementation 'org.apache.activemq.rest:artemis-rest:1.5.3'
// https://jarcasting.com/artifacts/org.apache.activemq.rest/artemis-rest/
implementation ("org.apache.activemq.rest:artemis-rest:1.5.3")
'org.apache.activemq.rest:artemis-rest:jar:1.5.3'
<dependency org="org.apache.activemq.rest" name="artemis-rest" rev="1.5.3">
<artifact name="artemis-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.rest', module='artemis-rest', version='1.5.3')
)
libraryDependencies += "org.apache.activemq.rest" % "artemis-rest" % "1.5.3"
[org.apache.activemq.rest/artemis-rest "1.5.3"]