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