не последняя версия
Последняя версия 0.1.1

com.github.avenwu:support 0.1.0

Custom Android support library, include some useful utils and widget

Группа

Группа

com.github.avenwu
Идентификатор

Идентификатор

support
Версия

Версия

0.1.0
Тип

Тип

aar

Скачать support 0.1.0


<!-- 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"]