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