MVN

co.wrisk.dropwizard : logback-elasticsearch-aws

Maven & Gradle

Jul 09, 2017
0 stars

Dropwizard component to enable elastic search log appender · Dropwizard component to enable elastic search log appender

<dependency>
    <groupId>co.wrisk.dropwizard</groupId>
    <artifactId>logback-elasticsearch-aws</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.wrisk.dropwizard : logback-elasticsearch-aws to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of co.wrisk.dropwizard : logback-elasticsearch-aws to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
logback-elasticsearch-aws-0.0.13
logback-elasticsearch-aws-0.0.12
logback-elasticsearch-aws-0.0.11

How to add a dependency to Maven

Add the following co.wrisk.dropwizard : logback-elasticsearch-aws maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.wrisk.dropwizard</groupId>
    <artifactId>logback-elasticsearch-aws</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.wrisk.dropwizard : logback-elasticsearch-aws gradle dependency to your build.gradle file:

implementation 'co.wrisk.dropwizard:logback-elasticsearch-aws:0.0.13'

Gradle Kotlin DSL: Add the following co.wrisk.dropwizard : logback-elasticsearch-aws gradle kotlin dependency to your build.gradle.kts file:

implementation("co.wrisk.dropwizard:logback-elasticsearch-aws:0.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.wrisk.dropwizard : logback-elasticsearch-aws sbt scala dependency to your build.sbt file:

libraryDependencies += "co.wrisk.dropwizard" % "logback-elasticsearch-aws" % "0.0.13"

Advertisement