is not current version
Last Version 0.1.1

com.github.avenwu:support 0.1.0

Custom Android support library, include some useful utils and widget

GroupId

GroupId

com.github.avenwu
ArtifactId

ArtifactId

support
Version

Version

0.1.0
Type

Type

aar

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