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