Eonian Logback Contrib BOM

Bill of material for Logback Contrib.

License

License

Categories

Categories

Ant Build Tools Logback Application Layer Libs Logging
GroupId

GroupId

com.eoniantech.build
ArtifactId

ArtifactId

logback-contrib-bom
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

pom
Description

Description

Eonian Logback Contrib BOM
Bill of material for Logback Contrib.
Project URL

Project URL

https://github.com/eonian-technologies/logback-json-bom
Source Code Management

Source Code Management

https://github.com/eonian-technologies/logback-json-bom

Download logback-contrib-bom

How to add to project

<!-- https://jarcasting.com/artifacts/com.eoniantech.build/logback-contrib-bom/ -->
<dependency>
    <groupId>com.eoniantech.build</groupId>
    <artifactId>logback-contrib-bom</artifactId>
    <version>0.1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.eoniantech.build/logback-contrib-bom/
implementation 'com.eoniantech.build:logback-contrib-bom:0.1.5'
// https://jarcasting.com/artifacts/com.eoniantech.build/logback-contrib-bom/
implementation ("com.eoniantech.build:logback-contrib-bom:0.1.5")
'com.eoniantech.build:logback-contrib-bom:pom:0.1.5'
<dependency org="com.eoniantech.build" name="logback-contrib-bom" rev="0.1.5">
  <artifact name="logback-contrib-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.eoniantech.build', module='logback-contrib-bom', version='0.1.5')
)
libraryDependencies += "com.eoniantech.build" % "logback-contrib-bom" % "0.1.5"
[com.eoniantech.build/logback-contrib-bom "0.1.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Logback JSON BOM

Bill of materials for Logback JSON.

Usage

In your parent POM or project POM, add the BOM to the dependencyManagement section:

<dependencyManagement>
    <dependencies>
        ...
        <dependency>
            <groupId>com.eoniantech.build</groupId>
            <artifactId>logback-contrib-bom</artifactId>
            <version>0.1.5</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency> 
        ...
    </dependencies> 
<dependencyManagement>

Then, in the dependencies section of your project POM, depend on specific Logback Contrib components without the version:

<dependencies>
    ....
    <dependency>
        <groupId>ch.qos.logback.contrib</groupId>
        <artifactId>logback-json-classic</artifactId>
    </dependency>
    <dependency>
        <groupId>ch.qos.logback.contrib</groupId>
        <artifactId>logback-jackson</artifactId>
    </dependency> 
    ...
</dependencies>   
com.eoniantech.build

Eonian Technologies

Engineering | DevOps | Cloud

Versions

Version
0.1.5