| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtop.heue.utils |
| Идентификатор | Идентификаторlog |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеlog
An android logger that can be easily used.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| log-1.2.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.heue.utils/log/ -->
<dependency>
<groupId>top.heue.utils</groupId>
<artifactId>log</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/top.heue.utils/log/
implementation 'top.heue.utils:log:1.2.0'
// https://jarcasting.com/artifacts/top.heue.utils/log/
implementation ("top.heue.utils:log:1.2.0")
'top.heue.utils:log:aar:1.2.0'
<dependency org="top.heue.utils" name="log" rev="1.2.0">
<artifact name="log" type="aar" />
</dependency>
@Grapes(
@Grab(group='top.heue.utils', module='log', version='1.2.0')
)
libraryDependencies += "top.heue.utils" % "log" % "1.2.0"
[top.heue.utils/log "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |