| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdzone.dragon.dropwizard |
| ArtifactId | ArtifactIddropwizard-jmx |
| Version | Version1.0.15-54a18a |
| Type | Typejar |
| Description |
DescriptionJMX for Dropwizard
Enables JMX endpoints for a Dropwizard application that allow JMX beans to be accessed externally
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationDragonZone |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-jmx/ -->
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-jmx</artifactId>
<version>1.0.15-54a18a</version>
</dependency>
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-jmx/
implementation 'zone.dragon.dropwizard:dropwizard-jmx:1.0.15-54a18a'
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-jmx/
implementation ("zone.dragon.dropwizard:dropwizard-jmx:1.0.15-54a18a")
'zone.dragon.dropwizard:dropwizard-jmx:jar:1.0.15-54a18a'
<dependency org="zone.dragon.dropwizard" name="dropwizard-jmx" rev="1.0.15-54a18a">
<artifact name="dropwizard-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.dragon.dropwizard', module='dropwizard-jmx', version='1.0.15-54a18a')
)
libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-jmx" % "1.0.15-54a18a"
[zone.dragon.dropwizard/dropwizard-jmx "1.0.15-54a18a"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | |
| com.google.guava : guava | jar | 24.1.1-jre |
| commons-lang : commons-lang | jar | 2.6 |
| io.dropwizard : dropwizard-core | jar | |
| io.dropwizard : dropwizard-lifecycle | jar | |
| javax.servlet : javax.servlet-api | jar | |
| javax.validation : validation-api | jar | 1.1.0.Final |
| org.eclipse.jetty : jetty-jmx | jar | |
| org.eclipse.jetty : jetty-server | jar | |
| org.eclipse.jetty : jetty-util | jar | |
| org.jminix : jminix | jar | 1.2.0 |
| org.jolokia : jolokia-core | jar | 1.3.5 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0 |
| org.assertj : assertj-core | jar | 3.12.2 |
| io.dropwizard : dropwizard-testing | jar |