Eonian Logback BOM

Bill of materials for Logback.

License

License

Categories

Categories

Ant Build Tools Logback Application Layer Libs Logging
GroupId

GroupId

com.eoniantech.build
ArtifactId

ArtifactId

logback-bom
Last Version

Last Version

1.3.0-alpha4
Release Date

Release Date

Type

Type

pom
Description

Description

Eonian Logback BOM
Bill of materials for Logback.
Project URL

Project URL

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

Source Code Management

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

Download logback-bom

How to add to project

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

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 BOM

Bill of materials for Logback.

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-bom</artifactId>
            <version>1.3.0-alpha4</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency> 
        ...
    </dependencies> 
<dependencyManagement>

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

<dependencies>
    ....
    <dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-classic</artifactId>
        <scope>runtime</scope>
    </dependency>
    ...
</dependencies>   
com.eoniantech.build

Eonian Technologies

Engineering | DevOps | Cloud

Versions

Version
1.3.0-alpha4
1.2.3