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