GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIdrefresh-core |
Version | Version2.2.9 |
Type | Typeaar |
Filename | Size |
---|---|
refresh-core-2.2.9.pom | |
refresh-core-2.2.9.aar | 36 KB |
refresh-core-2.2.9-sources.jar | 13 KB |
refresh-core-2.2.9-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuangwu/refresh-core/ -->
<dependency>
<groupId>com.github.chuangwu</groupId>
<artifactId>refresh-core</artifactId>
<version>2.2.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/refresh-core/
implementation 'com.github.chuangwu:refresh-core:2.2.9'
// https://jarcasting.com/artifacts/com.github.chuangwu/refresh-core/
implementation ("com.github.chuangwu:refresh-core:2.2.9")
'com.github.chuangwu:refresh-core:aar:2.2.9'
<dependency org="com.github.chuangwu" name="refresh-core" rev="2.2.9">
<artifact name="refresh-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='refresh-core', version='2.2.9')
)
libraryDependencies += "com.github.chuangwu" % "refresh-core" % "2.2.9"
[com.github.chuangwu/refresh-core "2.2.9"]