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