| GroupId | GroupIdorg.apache.activemq.examples.broker |
|---|---|
| ArtifactId | ArtifactIdstatic-selector |
| Version | Version2.16.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| static-selector-2.16.0.pom | |
| static-selector-2.16.0.jar | 13 KB |
| static-selector-2.16.0-sources.jar | 10 KB |
| static-selector-2.16.0-javadoc.jar | 29 KB |
| Browse |
<!-- 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.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/static-selector/
implementation 'org.apache.activemq.examples.broker:static-selector:2.16.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/static-selector/
implementation ("org.apache.activemq.examples.broker:static-selector:2.16.0")
'org.apache.activemq.examples.broker:static-selector:jar:2.16.0'
<dependency org="org.apache.activemq.examples.broker" name="static-selector" rev="2.16.0">
<artifact name="static-selector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='static-selector', version='2.16.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "static-selector" % "2.16.0"
[org.apache.activemq.examples.broker/static-selector "2.16.0"]