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