GroupId | GroupIdcom.mcxiaoke.next |
---|---|
ArtifactId | ArtifactIdrecycler |
Version | Version1.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
recycler-1.1.2.pom | |
recycler-1.1.2.aar | 26 KB |
recycler-1.1.2-sources.jar | 14 KB |
recycler-1.1.2-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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/recycler/
implementation 'com.mcxiaoke.next:recycler:1.1.2'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/recycler/
implementation ("com.mcxiaoke.next:recycler:1.1.2")
'com.mcxiaoke.next:recycler:aar:1.1.2'
<dependency org="com.mcxiaoke.next" name="recycler" rev="1.1.2">
<artifact name="recycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='recycler', version='1.1.2')
)
libraryDependencies += "com.mcxiaoke.next" % "recycler" % "1.1.2"
[com.mcxiaoke.next/recycler "1.1.2"]