is not current version
Last Version 5.8.4

cn.hutool:hutool-log 4.1.20

Hutool 日志封装

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-log
Version

Version

4.1.20
Type

Type

jar

Download hutool-log 4.1.20


<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-log/ -->
<dependency>
    <groupId>cn.hutool</groupId>
    <artifactId>hutool-log</artifactId>
    <version>4.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-log/
implementation 'cn.hutool:hutool-log:4.1.20'
// https://jarcasting.com/artifacts/cn.hutool/hutool-log/
implementation ("cn.hutool:hutool-log:4.1.20")
'cn.hutool:hutool-log:jar:4.1.20'
<dependency org="cn.hutool" name="hutool-log" rev="4.1.20">
  <artifact name="hutool-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-log', version='4.1.20')
)
libraryDependencies += "cn.hutool" % "hutool-log" % "4.1.20"
[cn.hutool/hutool-log "4.1.20"]