Eonian SLF4J BOM

Bill of materials for SLF4J.

License

License

Categories

Categories

Ant Build Tools SLF4J Application Layer Libs Logging
GroupId

GroupId

com.eoniantech.build
ArtifactId

ArtifactId

slf4j-bom
Last Version

Last Version

1.8.0-beta2
Release Date

Release Date

Type

Type

pom
Description

Description

Eonian SLF4J BOM
Bill of materials for SLF4J.
Project URL

Project URL

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

Source Code Management

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

Download slf4j-bom

How to add to project

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

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.

SLF4J BOM

Bill of materials for SLF4J.

Usage

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

<dependencyManagement>
    <dependencies>
        ...
        <dependency>
            <groupId>com.eoniantech.build</groupId>
            <artifactId>slf4j-bom</artifactId>
            <version>1.8.0-beta2</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency> 
        ...
    </dependencies> 
</dependencyManagement>

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

<dependencies>
    ....
    <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>jcl-over-slf4j</artifactId>
    </dependency>
    <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>jul-to-slf4j</artifactId>
    </dependency>
    ...
</dependencies>   
com.eoniantech.build

Eonian Technologies

Engineering | DevOps | Cloud

Versions

Version
1.8.0-beta2
1.7.25