archived-codacy / play-dropwizard   0.1.29

GitHub

dropwizard metrics for play with useful defaults

Scala versions: 2.11

play-dropwizard 0.1.1


Group ID:
com.codacy
Artifact ID:
play-dropwizard_2.11
Version:
0.1.1
Release Date:
Feb 15, 2016
Licenses:

libraryDependencies += "com.codacy" %% "play-dropwizard" % "0.1.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.codacy::play-dropwizard:0.1.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.codacy::play-dropwizard:0.1.1"

Ammonite REPL

import $ivy.`com.codacy::play-dropwizard:0.1.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.codacy</groupId>
  <artifactId>play-dropwizard_2.11</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'com.codacy', name: 'play-dropwizard_2.11', version: '0.1.1'