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

cn.hutool:hutool-log 4.4.2

Hutool 日志封装

Группа

Группа

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

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

hutool-log
Версия

Версия

4.4.2
Тип

Тип

jar

Скачать hutool-log 4.4.2


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