GroupId | GroupIdcom.github.nisrulz |
---|---|
ArtifactId | ArtifactIdrecyclerviewhelper |
Version | Versionx1.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.nisrulz/recyclerviewhelper/ -->
<dependency>
<groupId>com.github.nisrulz</groupId>
<artifactId>recyclerviewhelper</artifactId>
<version>x1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nisrulz/recyclerviewhelper/
implementation 'com.github.nisrulz:recyclerviewhelper:x1.1.0'
// https://jarcasting.com/artifacts/com.github.nisrulz/recyclerviewhelper/
implementation ("com.github.nisrulz:recyclerviewhelper:x1.1.0")
'com.github.nisrulz:recyclerviewhelper:aar:x1.1.0'
<dependency org="com.github.nisrulz" name="recyclerviewhelper" rev="x1.1.0">
<artifact name="recyclerviewhelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nisrulz', module='recyclerviewhelper', version='x1.1.0')
)
libraryDependencies += "com.github.nisrulz" % "recyclerviewhelper" % "x1.1.0"
[com.github.nisrulz/recyclerviewhelper "x1.1.0"]