MVN

org.apache.brooklyn : brooklyn-logback-xml

Maven & Gradle

Feb 19, 2020
15 usages

Brooklyn Logback Configuration · This project contains a logback.xml which sets up logging for brooklyn, using files supplied in the upstream brooklyn-logback-includes project. - One recommended way to configure logging on a project is to add this as an *optional* *runtime* dependency in a project's pom.xml file, so that logback.xml is on the classpath when that project is run but it is *not* exported to new/dependent projects thus allowing them to supply their own logging. - For more information see the logback.xml file in this project or the Logging section of the web site / user guide.

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.brooklyn</groupId>
    <artifactId>brooklyn-logback-xml</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-xml gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Feb 18, 2020
58 usages
Feb 19, 2020
28 usages

Discover Dependencies

May 12, 2017
13 usages
464 stars
Oct 13, 2021
27 usages
88 stars
Nov 13, 2022
15 usages
106 stars
Feb 07, 2023
14 usages
1.2k stars
Apr 27, 2017
14 usages
185 stars
Apr 27, 2017
19 usages
185 stars
Dec 12, 2021
13 usages
2.6k stars
Feb 15, 2016
21 usages
86 stars
Dec 18, 2021
13 usages
May 21, 2018
26 usages