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