-
Notifications
You must be signed in to change notification settings - Fork 37
Maven Setup
cyrille-leclerc edited this page Dec 28, 2012
·
17 revisions
Add the following dependency to your ```pom.xml```` :
<dependencies>
<dependency>
<groupId>org.jmxexporter</groupId>
<artifactId>jmxexporter</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
TODO: describe snapshots repository on sonatype
- Configuration
- ... Expression Language
- ... Configuration Sample
- Output Writers
- ... Graphite Writer
- ... StatsD Writer
- ... Graphite Pickle Writer
- ... Librato Writer
- ... SLF4J Writer
- ... Stackdriver Writer
- ... CopperEgg Writer
- ... Csv Writer
- ... Console Writer
- Integration
- ... Maven Setup
- ... Spring Integration
- ... Plain Java Servlet Integration
- Configuration Templates
- ... Tomcat
- ... JVM
- Internals
- ... Implementation Decisions
- ... Health Monitoring
- Latest javadocs
- Forum (Google Groups)
- Downloads
- Samples
- ... [Cocktail Web App] (https://github.com/jmxtrans/embedded-jmxtrans-samples/tree/master/embedded-jmxtrans-webapp-coktail)
- License
- Release Notes