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