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