You can download restx-monitor-codahale-0.34.jar in this page.
Open Source
restx-monitor-codahale-0.34.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.restx/restx-monitor-codahale/pom.properties META-INF/maven/io.restx/restx-monitor-codahale/pom.xml META-INF/services/restx.factory.FactoryMachine restx.metrics.codahale.CodahaleMetricRegistry.class restx.metrics.codahale.CodahaleMonitor.class restx.metrics.codahale.CodahaleTimer.class restx.metrics.codahale.health.CodahaleHealthCheckAdapter.class restx.metrics.codahale.health.CodahaleHealthCheckRegistry.class restx.monitor.MonitorCodahaleModule.class restx.monitor.MonitorCodahaleModuleFactoryMachine.class
restx-monitor-codahale-0.34.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.restx</groupId> <artifactId>restx-parent</artifactId> <version>0.34</version> </parent> <groupId>io.restx</groupId> <artifactId>restx-monitor-codahale</artifactId> <version>0.34</version> <packaging>jar</packaging> <name>restx-monitor-codahale</name> <properties> <restx.version>0.34</restx.version> <maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.source>1.7</maven.compiler.source> <metrics.version>3.1.0</metrics.version> </properties> <dependencies> <dependency> <groupId>io.restx</groupId> <artifactId>restx-factory</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>io.restx</groupId> <artifactId>restx-core</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>io.restx</groupId> <artifactId>restx-core-annotation-processor</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-healthchecks</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-graphite</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.restx</groupId> <artifactId>restx-admin</artifactId> <version>${restx.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>io.restx</groupId> <artifactId>restx-monitor-codahale</artifactId> <version>0.34</version> </dependency>
If you think the following restx-monitor-codahale-0.34.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download restx-monitor-codahale-0.34.jar file