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