MVN

org.apache.brooklyn : brooklyn-logback-includes

Maven & Gradle

Feb 19, 2020
1 usages

Brooklyn Logback Includable Configuration · This project contains various "include" files which can be included by logback configuration, setting up logging for brooklyn. This project does *not* contain a logback.xml so is safe to include without causing errors, and if it is included you can then include any of the files provided here in your logback.xml.

<dependency>
    <groupId>org.apache.brooklyn</groupId>
    <artifactId>brooklyn-logback-includes</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.brooklyn : brooklyn-logback-includes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.apache.brooklyn : brooklyn-logback-includes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
brooklyn-logback-includes-1.0.0
brooklyn-logback-includes-1.0.0-M1
0.12.x
brooklyn-logback-includes-0.12.0
0.11.x
brooklyn-logback-includes-0.11.0
0.10.x
brooklyn-logback-includes-0.10.0
0.9.x
brooklyn-logback-includes-0.9.0
0.8.x
brooklyn-logback-includes-0.8.0-incubating
0.7.x
brooklyn-logback-includes-0.7.0-incubating

How to add a dependency to Maven

Add the following org.apache.brooklyn : brooklyn-logback-includes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.brooklyn</groupId>
    <artifactId>brooklyn-logback-includes</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.brooklyn : brooklyn-logback-includes gradle dependency to your build.gradle file:

implementation 'org.apache.brooklyn:brooklyn-logback-includes:1.0.0'

Gradle Kotlin DSL: Add the following org.apache.brooklyn : brooklyn-logback-includes gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.brooklyn:brooklyn-logback-includes:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.brooklyn : brooklyn-logback-includes sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.brooklyn" % "brooklyn-logback-includes" % "1.0.0"