How To Install Java Artifact org.slf4j.slf4j-bom v2.1.0-alpha1

org.slf4j slf4j-bom 2.1.0-alpha1

Introduction

In this article, we'll learn how to install Java artifact slf4j-bom from org.slf4j group in version 2.1.0-alpha1. The artifact is available in 8 versions: 2.1.0-alpha1 2.1.0-alpha0 2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 2.0.8 . The SLF4J BOM project has been released under MIT License license, and has its own website at: http://www.slf4j.org .

How To Install Java Artifact org.slf4j.slf4j-bom In Version 2.1.0-alpha1

To install the SLF4J BOM artifact in version 2.1.0-alpha1 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses SLF4J BOM dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Managed dependencies (12)

Licenses