License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging SLF4J |
GroupId | GroupIdio.github.pleuvoir |
ArtifactId | ArtifactIdslf4j-logback-bom |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Description对常用组件 pom 进行分类,方便引用。
|
Filename | Size |
---|---|
slf4j-logback-bom-1.1.0.pom | 830 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pleuvoir/slf4j-logback-bom/ -->
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>slf4j-logback-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pleuvoir/slf4j-logback-bom/
implementation 'io.github.pleuvoir:slf4j-logback-bom:1.1.0'
// https://jarcasting.com/artifacts/io.github.pleuvoir/slf4j-logback-bom/
implementation ("io.github.pleuvoir:slf4j-logback-bom:1.1.0")
'io.github.pleuvoir:slf4j-logback-bom:pom:1.1.0'
<dependency org="io.github.pleuvoir" name="slf4j-logback-bom" rev="1.1.0">
<artifact name="slf4j-logback-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pleuvoir', module='slf4j-logback-bom', version='1.1.0')
)
libraryDependencies += "io.github.pleuvoir" % "slf4j-logback-bom" % "1.1.0"
[io.github.pleuvoir/slf4j-logback-bom "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |