play-dropwizard

dropwizard-metrics bindings for scala and play-framework

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.codacy
ArtifactId

ArtifactId

play-dropwizard_2.11
Last Version

Last Version

0.1.29
Release Date

Release Date

Type

Type

jar
Description

Description

play-dropwizard
dropwizard-metrics bindings for scala and play-framework
Project URL

Project URL

https://github.com/codacy/play-dropwizard.git
Project Organization

Project Organization

Codacy
Source Code Management

Source Code Management

https://github.com/codacy/play-dropwizard

Download play-dropwizard_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.codacy/play-dropwizard_2.11/ -->
<dependency>
    <groupId>com.codacy</groupId>
    <artifactId>play-dropwizard_2.11</artifactId>
    <version>0.1.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.codacy/play-dropwizard_2.11/
implementation 'com.codacy:play-dropwizard_2.11:0.1.29'
// https://jarcasting.com/artifacts/com.codacy/play-dropwizard_2.11/
implementation ("com.codacy:play-dropwizard_2.11:0.1.29")
'com.codacy:play-dropwizard_2.11:jar:0.1.29'
<dependency org="com.codacy" name="play-dropwizard_2.11" rev="0.1.29">
  <artifact name="play-dropwizard_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codacy', module='play-dropwizard_2.11', version='0.1.29')
)
libraryDependencies += "com.codacy" % "play-dropwizard_2.11" % "0.1.29"
[com.codacy/play-dropwizard_2.11 "0.1.29"]

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
io.dropwizard.metrics : metrics-core jar 3.1.2
io.dropwizard.metrics : metrics-json jar 3.1.2
io.dropwizard.metrics : metrics-servlets jar 3.1.2
io.dropwizard.metrics : metrics-graphite jar 3.1.2
com.typesafe.play : play_2.11 jar 2.4.3
com.typesafe.play : play-jdbc_2.11 jar 2.4.3
com.typesafe.play : play-ws_2.11 jar 2.4.3

test (2)

Group / Artifact Type Version
com.codacy » macrosub_2.11 jar 0.1.28-SNAPSHOT
org.specs2 : specs2-core_2.11 jar 3.7

Project Modules

There are no modules declared in this project.

play-dropwizard

dropwizard-metrics scala bindings and play components

Unmaintained

Codacy is not using this dropwizard plugin at the moment and for that reason we are not developing this library any more. Feel free to fork this and keep your own code.

Alternatives

Codacy Badge Circle CI Maven Central

Prerequisites

dropwizard-metrics works for scala 2.11 and play 2.4

Setup

add the following as a dependency to your sbt configuration:

libraryDependencies += "com.codacy" %% "play-dropwizard" % metricVersion

Usage

start by adding the following import to your code

import codacy.metrics.dropwizard._

and measure some code. timing for example you can do by:

val name = TimerName(myTimer)
timed(name){ block }

What is Codacy?

Codacy is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.

Among Codacy’s features:

  • Identify new Static Analysis issues
  • Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
  • Auto-comments on Commits and Pull Requests
  • Integrations with Slack, HipChat, Jira, YouTrack
  • Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories

Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.

Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.

Free for Open Source

Codacy is free for Open Source projects.

com.codacy

Codacy

Versions

Version
0.1.29
0.1.28
0.1.27
0.1.26
0.1.24
0.1.23
0.1.1