is not current version
Last Version 1.0.5

io.github.xslczx:SelectionAdapter 1.0.0

RecyclerView点击、单选、多选模式的简单封装

GroupId

GroupId

io.github.xslczx
ArtifactId

ArtifactId

SelectionAdapter
Version

Version

1.0.0
Type

Type

aar

Download SelectionAdapter 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.xslczx/SelectionAdapter/ -->
<dependency>
    <groupId>io.github.xslczx</groupId>
    <artifactId>SelectionAdapter</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xslczx/SelectionAdapter/
implementation 'io.github.xslczx:SelectionAdapter:1.0.0'
// https://jarcasting.com/artifacts/io.github.xslczx/SelectionAdapter/
implementation ("io.github.xslczx:SelectionAdapter:1.0.0")
'io.github.xslczx:SelectionAdapter:aar:1.0.0'
<dependency org="io.github.xslczx" name="SelectionAdapter" rev="1.0.0">
  <artifact name="SelectionAdapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.xslczx', module='SelectionAdapter', version='1.0.0')
)
libraryDependencies += "io.github.xslczx" % "SelectionAdapter" % "1.0.0"
[io.github.xslczx/SelectionAdapter "1.0.0"]