GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdproducer-rate-limit |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
producer-rate-limit-1.5.6.pom | |
producer-rate-limit-1.5.6.jar | 10 KB |
producer-rate-limit-1.5.6-sources.jar | 8 KB |
producer-rate-limit-1.5.6-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/producer-rate-limit/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>producer-rate-limit</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/producer-rate-limit/
implementation 'org.apache.activemq.examples.broker:producer-rate-limit:1.5.6'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/producer-rate-limit/
implementation ("org.apache.activemq.examples.broker:producer-rate-limit:1.5.6")
'org.apache.activemq.examples.broker:producer-rate-limit:jar:1.5.6'
<dependency org="org.apache.activemq.examples.broker" name="producer-rate-limit" rev="1.5.6">
<artifact name="producer-rate-limit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='producer-rate-limit', version='1.5.6')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "producer-rate-limit" % "1.5.6"
[org.apache.activemq.examples.broker/producer-rate-limit "1.5.6"]