GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-pool |
Version | Version5.11.3 |
Type | Typejar |
Filename | Size |
---|---|
activemq-pool-5.11.3.pom | |
activemq-pool-5.11.3.jar | 19 KB |
activemq-pool-5.11.3-sources.jar | 12 KB |
activemq-pool-5.11.3-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-pool/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
<version>5.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-pool/
implementation 'org.apache.activemq:activemq-pool:5.11.3'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-pool/
implementation ("org.apache.activemq:activemq-pool:5.11.3")
'org.apache.activemq:activemq-pool:jar:5.11.3'
<dependency org="org.apache.activemq" name="activemq-pool" rev="5.11.3">
<artifact name="activemq-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-pool', version='5.11.3')
)
libraryDependencies += "org.apache.activemq" % "activemq-pool" % "5.11.3"
[org.apache.activemq/activemq-pool "5.11.3"]