MVN

com.mainstreethub : dropwizard-json-log-bundle

Maven & Gradle

Jul 14, 2018
2 usages
0 stars

dropwizard-json-log-bundle · Dropwizard bundle that allows your application to log messages in JSON.

<dependency>
    <groupId>com.mainstreethub</groupId>
    <artifactId>dropwizard-json-log-bundle</artifactId>
    <version>1.3.5-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mainstreethub : dropwizard-json-log-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5-1

All Versions

Choose a version of com.mainstreethub : dropwizard-json-log-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
dropwizard-json-log-bundle-1.3.5-1
1.1.x
dropwizard-json-log-bundle-1.1.4-2
dropwizard-json-log-bundle-1.1.4-1

How to add a dependency to Maven

Add the following com.mainstreethub : dropwizard-json-log-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mainstreethub</groupId>
    <artifactId>dropwizard-json-log-bundle</artifactId>
    <version>1.3.5-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mainstreethub : dropwizard-json-log-bundle gradle dependency to your build.gradle file:

implementation 'com.mainstreethub:dropwizard-json-log-bundle:1.3.5-1'

Gradle Kotlin DSL: Add the following com.mainstreethub : dropwizard-json-log-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mainstreethub:dropwizard-json-log-bundle:1.3.5-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mainstreethub : dropwizard-json-log-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mainstreethub" % "dropwizard-json-log-bundle" % "1.3.5-1"

Advertisement