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