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