| License |
License
Mulan Permissive Software License,Version 1
|
|---|---|
| GroupId | GroupIdcn.hutool |
| ArtifactId | ArtifactIdhutool-log |
| Version | Version5.6.6 |
| Type | Typejar |
| Description |
Descriptionhutool-log
Hutool 日志封装
|
| Filename | Size |
|---|---|
| hutool-log-5.6.6.pom | |
| hutool-log-5.6.6.jar | 46 KB |
| hutool-log-5.6.6-sources.jar | 34 KB |
| hutool-log-5.6.6-javadoc.jar | 278 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-log/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-log</artifactId>
<version>5.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-log/
implementation 'cn.hutool:hutool-log:5.6.6'
// https://jarcasting.com/artifacts/cn.hutool/hutool-log/
implementation ("cn.hutool:hutool-log:5.6.6")
'cn.hutool:hutool-log:jar:5.6.6'
<dependency org="cn.hutool" name="hutool-log" rev="5.6.6">
<artifact name="hutool-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-log', version='5.6.6')
)
libraryDependencies += "cn.hutool" % "hutool-log" % "5.6.6"
[cn.hutool/hutool-log "5.6.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.hutool : hutool-core | jar | 5.6.6 |
| org.slf4j : slf4j-api Optional | jar | 1.7.30 |
| ch.qos.logback : logback-classic Optional | jar | 1.3.0-alpha5 |
| log4j : log4j Optional | jar | 1.2.17 |
| org.apache.logging.log4j : log4j-core Optional | jar | 2.14.1 |
| commons-logging : commons-logging Optional | jar | 1.2 |
| org.tinylog : tinylog Optional | jar | 1.3.6 |
| org.tinylog : tinylog-api Optional | jar | 2.2.0 |
| org.jboss.logging : jboss-logging Optional | jar | 3.4.1.Final |
| io.github.logtube : logtube Optional | jar | 0.39.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| org.tinylog : tinylog-impl | jar | 2.2.0 |
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.20 |