Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.oncizl |
ArtifactId | ArtifactIdrecycler-item-click |
Version | Version1.0.4 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.oncizl/recycler-item-click/ -->
<dependency>
<groupId>com.github.oncizl</groupId>
<artifactId>recycler-item-click</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oncizl/recycler-item-click/
implementation 'com.github.oncizl:recycler-item-click:1.0.4'
// https://jarcasting.com/artifacts/com.github.oncizl/recycler-item-click/
implementation ("com.github.oncizl:recycler-item-click:1.0.4")
'com.github.oncizl:recycler-item-click:aar:1.0.4'
<dependency org="com.github.oncizl" name="recycler-item-click" rev="1.0.4">
<artifact name="recycler-item-click" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.oncizl', module='recycler-item-click', version='1.0.4')
)
libraryDependencies += "com.github.oncizl" % "recycler-item-click" % "1.0.4"
[com.github.oncizl/recycler-item-click "1.0.4"]