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