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