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