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