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