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