GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIdrefresh-core |
Version | Version2.2.5 |
Type | Typeaar |
Filename | Size |
---|---|
refresh-core-2.2.5.pom | |
refresh-core-2.2.5.aar | 35 KB |
refresh-core-2.2.5-sources.jar | 11 KB |
refresh-core-2.2.5-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.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/refresh-core/
implementation 'com.github.chuangwu:refresh-core:2.2.5'
// https://jarcasting.com/artifacts/com.github.chuangwu/refresh-core/
implementation ("com.github.chuangwu:refresh-core:2.2.5")
'com.github.chuangwu:refresh-core:aar:2.2.5'
<dependency org="com.github.chuangwu" name="refresh-core" rev="2.2.5">
<artifact name="refresh-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='refresh-core', version='2.2.5')
)
libraryDependencies += "com.github.chuangwu" % "refresh-core" % "2.2.5"
[com.github.chuangwu/refresh-core "2.2.5"]