| Категории |
КатегорииLogging Библиотеки уровня приложения |
|---|---|
| Группа | Группаcn.bestwu |
| Идентификатор | Идентификаторstarter-logging |
| Версия | Версия2.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| starter-logging-2.0.1.pom | |
| starter-logging-2.0.1.jar | 61 KB |
| starter-logging-2.0.1-sources.jar | 16 KB |
| starter-logging-2.0.1-javadoc.jar | 75 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.bestwu/starter-logging/ -->
<dependency>
<groupId>cn.bestwu</groupId>
<artifactId>starter-logging</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bestwu/starter-logging/
implementation 'cn.bestwu:starter-logging:2.0.1'
// https://jarcasting.com/artifacts/cn.bestwu/starter-logging/
implementation ("cn.bestwu:starter-logging:2.0.1")
'cn.bestwu:starter-logging:jar:2.0.1'
<dependency org="cn.bestwu" name="starter-logging" rev="2.0.1">
<artifact name="starter-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bestwu', module='starter-logging', version='2.0.1')
)
libraryDependencies += "cn.bestwu" % "starter-logging" % "2.0.1"
[cn.bestwu/starter-logging "2.0.1"]