-
Notifications
You must be signed in to change notification settings - Fork 37
Maven Setup
Cyrille Le Clerc edited this page Jan 2, 2013
·
17 revisions
NOTE: artifacts are not yet deployed on Maven Central repository nor on (http://oss.sonatype.org/)
Add the following dependency to your pom.xml
:
<dependencies>
<dependency>
<groupId>org.jmxtrans.embedded</groupId>
<artifactId>embedded-jmxtrans</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