GroupId | GroupIdcom.mcxiaoke.next |
---|---|
ArtifactId | ArtifactIdrecycler |
Version | Version1.5.3 |
Type | Typeaar |
Filename | Size |
---|---|
recycler-1.5.3.pom | |
recycler-1.5.3.aar | 33 KB |
recycler-1.5.3-sources.jar | 10 KB |
recycler-1.5.3-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/recycler/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>recycler</artifactId>
<version>1.5.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/recycler/
implementation 'com.mcxiaoke.next:recycler:1.5.3'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/recycler/
implementation ("com.mcxiaoke.next:recycler:1.5.3")
'com.mcxiaoke.next:recycler:aar:1.5.3'
<dependency org="com.mcxiaoke.next" name="recycler" rev="1.5.3">
<artifact name="recycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='recycler', version='1.5.3')
)
libraryDependencies += "com.mcxiaoke.next" % "recycler" % "1.5.3"
[com.mcxiaoke.next/recycler "1.5.3"]