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