Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.fondesa |
ArtifactId | ArtifactIdrecycler-view-divider |
Version | Version3.0.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.fondesa/recycler-view-divider/ -->
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>recycler-view-divider</artifactId>
<version>3.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fondesa/recycler-view-divider/
implementation 'com.github.fondesa:recycler-view-divider:3.0.1'
// https://jarcasting.com/artifacts/com.github.fondesa/recycler-view-divider/
implementation ("com.github.fondesa:recycler-view-divider:3.0.1")
'com.github.fondesa:recycler-view-divider:aar:3.0.1'
<dependency org="com.github.fondesa" name="recycler-view-divider" rev="3.0.1">
<artifact name="recycler-view-divider" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fondesa', module='recycler-view-divider', version='3.0.1')
)
libraryDependencies += "com.github.fondesa" % "recycler-view-divider" % "3.0.1"
[com.github.fondesa/recycler-view-divider "3.0.1"]