| Группа | Группаcn.hutool |
|---|---|
| Идентификатор | Идентификаторhutool-log |
| Версия | Версия4.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hutool-log-4.0.4.pom | |
| hutool-log-4.0.4.jar | 40 KB |
| hutool-log-4.0.4-sources.jar | 26 KB |
| hutool-log-4.0.4-javadoc.jar | 246 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-log/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-log</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-log/
implementation 'cn.hutool:hutool-log:4.0.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-log/
implementation ("cn.hutool:hutool-log:4.0.4")
'cn.hutool:hutool-log:jar:4.0.4'
<dependency org="cn.hutool" name="hutool-log" rev="4.0.4">
<artifact name="hutool-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-log', version='4.0.4')
)
libraryDependencies += "cn.hutool" % "hutool-log" % "4.0.4"
[cn.hutool/hutool-log "4.0.4"]