GroupId | GroupIdcom.github.captain-miao |
---|---|
ArtifactId | ArtifactIdrecyclerviewutils |
Version | Version1.1.9 |
Type | Typeaar |
Filename | Size |
---|---|
recyclerviewutils-1.1.9.pom | |
recyclerviewutils-1.1.9.apklib | 98 KB |
recyclerviewutils-1.1.9-sources.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.captain-miao/recyclerviewutils/ -->
<dependency>
<groupId>com.github.captain-miao</groupId>
<artifactId>recyclerviewutils</artifactId>
<version>1.1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.captain-miao/recyclerviewutils/
implementation 'com.github.captain-miao:recyclerviewutils:1.1.9'
// https://jarcasting.com/artifacts/com.github.captain-miao/recyclerviewutils/
implementation ("com.github.captain-miao:recyclerviewutils:1.1.9")
'com.github.captain-miao:recyclerviewutils:aar:1.1.9'
<dependency org="com.github.captain-miao" name="recyclerviewutils" rev="1.1.9">
<artifact name="recyclerviewutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.captain-miao', module='recyclerviewutils', version='1.1.9')
)
libraryDependencies += "com.github.captain-miao" % "recyclerviewutils" % "1.1.9"
[com.github.captain-miao/recyclerviewutils "1.1.9"]