License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdslf4j-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionslf4j-common
The slf4j common tool.
|
Filename | Size |
---|---|
slf4j-common-1.0.0.pom | |
slf4j-common-1.0.0.jar | 6 KB |
slf4j-common-1.0.0-sources.jar | 3 KB |
slf4j-common-1.0.0-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/slf4j-common/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>slf4j-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/slf4j-common/
implementation 'com.github.houbb:slf4j-common:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/slf4j-common/
implementation ("com.github.houbb:slf4j-common:1.0.0")
'com.github.houbb:slf4j-common:jar:1.0.0'
<dependency org="com.github.houbb" name="slf4j-common" rev="1.0.0">
<artifact name="slf4j-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='slf4j-common', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "slf4j-common" % "1.0.0"
[com.github.houbb/slf4j-common "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : heaven | jar | 0.1.145 |
org.apiguardian : apiguardian-api | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
ch.qos.logback : logback-core | jar | 1.1.7 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |