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

org.apache.activemq:artemis-server 2.1.0


Группа

Группа

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

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

artemis-server
Версия

Версия

2.1.0
Тип

Тип

jar

Скачать artemis-server 2.1.0


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