| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.apache.activemq |
| Идентификатор | Идентификаторartemis-core-client-all |
| Версия | Версия2.22.0 |
| Тип | Типjar |
| Описание |
ОписаниеActiveMQ Artemis Core Client All
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| artemis-core-client-all-2.22.0.pom | |
| artemis-core-client-all-2.22.0.jar | 8 MB |
| artemis-core-client-all-2.22.0-sources.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-core-client-all/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-core-client-all</artifactId>
<version>2.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-core-client-all/
implementation 'org.apache.activemq:artemis-core-client-all:2.22.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-core-client-all/
implementation ("org.apache.activemq:artemis-core-client-all:2.22.0")
'org.apache.activemq:artemis-core-client-all:jar:2.22.0'
<dependency org="org.apache.activemq" name="artemis-core-client-all" rev="2.22.0">
<artifact name="artemis-core-client-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-core-client-all', version='2.22.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-core-client-all" % "2.22.0"
[org.apache.activemq/artemis-core-client-all "2.22.0"]