| GroupId | GroupIdcom.github.adriankuta |
|---|---|
| ArtifactId | ArtifactIdexpandable-recyclerView |
| Version | Version0.0.1-beta01 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.adriankuta/expandable-recyclerView/ -->
<dependency>
<groupId>com.github.adriankuta</groupId>
<artifactId>expandable-recyclerView</artifactId>
<version>0.0.1-beta01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adriankuta/expandable-recyclerView/
implementation 'com.github.adriankuta:expandable-recyclerView:0.0.1-beta01'
// https://jarcasting.com/artifacts/com.github.adriankuta/expandable-recyclerView/
implementation ("com.github.adriankuta:expandable-recyclerView:0.0.1-beta01")
'com.github.adriankuta:expandable-recyclerView:aar:0.0.1-beta01'
<dependency org="com.github.adriankuta" name="expandable-recyclerView" rev="0.0.1-beta01">
<artifact name="expandable-recyclerView" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.adriankuta', module='expandable-recyclerView', version='0.0.1-beta01')
)
libraryDependencies += "com.github.adriankuta" % "expandable-recyclerView" % "0.0.1-beta01"
[com.github.adriankuta/expandable-recyclerView "0.0.1-beta01"]