| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторauto-log-core |
| Версия | Версия0.0.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| auto-log-core-0.0.8.pom | |
| auto-log-core-0.0.8.jar | 19 KB |
| auto-log-core-0.0.8-sources.jar | 15 KB |
| auto-log-core-0.0.8-javadoc.jar | 166 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/auto-log-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>auto-log-core</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/auto-log-core/
implementation 'com.github.houbb:auto-log-core:0.0.8'
// https://jarcasting.com/artifacts/com.github.houbb/auto-log-core/
implementation ("com.github.houbb:auto-log-core:0.0.8")
'com.github.houbb:auto-log-core:jar:0.0.8'
<dependency org="com.github.houbb" name="auto-log-core" rev="0.0.8">
<artifact name="auto-log-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='auto-log-core', version='0.0.8')
)
libraryDependencies += "com.github.houbb" % "auto-log-core" % "0.0.8"
[com.github.houbb/auto-log-core "0.0.8"]