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