не последняя версия
Последняя версия 5.8.4

cn.hutool:hutool-log 4.5.7

Hutool 日志封装

Группа

Группа

cn.hutool
Идентификатор

Идентификатор

hutool-log
Версия

Версия

4.5.7
Тип

Тип

jar

Скачать hutool-log 4.5.7


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