Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.guilhe |
ArtifactId | ArtifactIdrecycler-picker-dialog |
Version | Version1.0.2 |
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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/recycler-picker-dialog/
implementation 'com.github.guilhe:recycler-picker-dialog:1.0.2'
// https://jarcasting.com/artifacts/com.github.guilhe/recycler-picker-dialog/
implementation ("com.github.guilhe:recycler-picker-dialog:1.0.2")
'com.github.guilhe:recycler-picker-dialog:aar:1.0.2'
<dependency org="com.github.guilhe" name="recycler-picker-dialog" rev="1.0.2">
<artifact name="recycler-picker-dialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='recycler-picker-dialog', version='1.0.2')
)
libraryDependencies += "com.github.guilhe" % "recycler-picker-dialog" % "1.0.2"
[com.github.guilhe/recycler-picker-dialog "1.0.2"]