io.graceland:graceland-metrics-graphite

Graceland is an easy way to develop pluggable Dropwizard applications.

Лицензия

Лицензия

Категории

Категории

Metrics Тестирование приложения и мониторинг Monitoring
Группа

Группа

io.graceland
Идентификатор

Идентификатор

graceland-metrics-graphite
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Graceland is an easy way to develop pluggable Dropwizard applications.

Скачать graceland-metrics-graphite

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.graceland/graceland-metrics-graphite/ -->
<dependency>
    <groupId>io.graceland</groupId>
    <artifactId>graceland-metrics-graphite</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.graceland/graceland-metrics-graphite/
implementation 'io.graceland:graceland-metrics-graphite:0.1.0'
// https://jarcasting.com/artifacts/io.graceland/graceland-metrics-graphite/
implementation ("io.graceland:graceland-metrics-graphite:0.1.0")
'io.graceland:graceland-metrics-graphite:jar:0.1.0'
<dependency org="io.graceland" name="graceland-metrics-graphite" rev="0.1.0">
  <artifact name="graceland-metrics-graphite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.graceland', module='graceland-metrics-graphite', version='0.1.0')
)
libraryDependencies += "io.graceland" % "graceland-metrics-graphite" % "0.1.0"
[io.graceland/graceland-metrics-graphite "0.1.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.dropwizard : dropwizard-metrics-graphite jar 0.7.0
com.google.guava : guava jar 15.0

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5
com.google.guava : guava-testlib jar 15.0
org.hamcrest : hamcrest-all jar 1.3
org.powermock : powermock-module-junit4 jar 1.5.4
org.powermock : powermock-api-mockito jar 1.5.4

Модули Проекта

Данный проект не имеет модулей.

graceland-core

Build Status

  • master Build Status
  • develop Build Status

About

NOTE: Graceland is currently pre 1.0.0, and therefore the APIs can change between releases. We'll do our best to maximize the benefit of each change, but until we hit 1.0.0, there are no garuntees from version to verison.

Graceland lets you easily build a dropwizard application using Guice to inject everything, everywhere.

Graceland introduces the concept of Plugins (which are pretty much Guice Modules) so you can compose an application easily and modularly. To read more about plugins, see the plugin documentation section.

Depending On It

Graceland is currently publishing a 0.1.0 build to the Sonatype Snapshot Central Repository. Once we get to a stable release, we'll be porting things over to Maven Central. Until then, use this:

Maven Instructions:

<repositories>
    <repository>
        <id>Sonatype Snapshots</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>io.graceland</groupId>
        <artifactId>graceland-platform</artifactId>
        <version>0.1.0</version>
    </dependency>
<dependencies>

Gradle Instructions:

repositories {
    maven {
        url "https://oss.sonatype.org/content/repositories/snapshots/"
    }
}

dependencies {
    compile “io.graceland:graceland-platform:0.1.0"
}

Documentation

The documentation can be found on the graceland-core read the docs.

More Info

Read more information about dropwizard at dropwizard.io.

Версии библиотеки

Версия
0.1.0