не последняя версия
Последняя версия 2.23.1

org.apache.activemq:artemis-server 2.19.1


Группа

Группа

org.apache.activemq
Идентификатор

Идентификатор

artemis-server
Версия

Версия

2.19.1
Тип

Тип

jar

Скачать artemis-server 2.19.1


<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-server/ -->
<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>artemis-server</artifactId>
    <version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-server/
implementation 'org.apache.activemq:artemis-server:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-server/
implementation ("org.apache.activemq:artemis-server:2.19.1")
'org.apache.activemq:artemis-server:jar:2.19.1'
<dependency org="org.apache.activemq" name="artemis-server" rev="2.19.1">
  <artifact name="artemis-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-server', version='2.19.1')
)
libraryDependencies += "org.apache.activemq" % "artemis-server" % "2.19.1"
[org.apache.activemq/artemis-server "2.19.1"]