Download spark-metrics-2.0.0.jar file - Jar s

Jar examples for s:spark-metrics

Description

A library of Route decorators to add metrics to spark based applications and Routes to access the metrics

You can download jar file spark-metrics 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spark-metrics-2.0.0.jar to your project.

<dependency>
   <groupId>com.groupon.dse</groupId>
   <artifactId>spark-metrics</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.groupon.dse', name: 'spark-metrics', version: '2.0.0'
libraryDependencies += "com.groupon.dse" % "spark-metrics" % "2.0.0"
<dependency org="com.groupon.dse" name="spark-metrics" rev="2.0.0"/>
@Grapes(@Grab(group='com.groupon.dse', module='spark-metrics', version='2.0.0'))
'com.groupon.dse:spark-metrics:jar:2.0.0'

Download

Click the following link to download the jar file.

spark-metrics-2.0.0-javadoc.jar
spark-metrics-2.0.0-sources.jar
spark-metrics-2.0.0-test-sources.jar
spark-metrics-2.0.0-tests.jar
spark-metrics-2.0.0.jar
spark-metrics-2.0.0.pom



Related Tutorials