An open API service indexing awesome lists of open source software.

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

Bill of materials for SLF4J.
https://github.com/eonian-technologies/slf4j-bom

bill-of-materials bom maven slf4j slf4j-bom

Last synced: 5 months ago
JSON representation

Bill of materials for SLF4J.

Awesome Lists containing this project

README

          

## SLF4J BOM
Bill of materials for SLF4J.

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


...

com.eoniantech.build
slf4j-bom
1.8.0-beta2
pom
import

...

```

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

```

....

org.slf4j
slf4j-api


org.slf4j
jcl-over-slf4j


org.slf4j
jul-to-slf4j

...