t

treeview

An TreeView implement in Android with RecyclerView written in kotlin.
https://github.com/dingyi222666/TreeView
The Apache License, Version 2.0
dingyi222666
Files download
File Operation
treeview-1.2.0.pom download
treeview-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dingyi222666</groupId>
  <artifactId>treeview</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.dingyi222666:treeview:1.2.0'
Gradle Kotlin
implementation("io.github.dingyi222666:treeview:1.2.0")
Scala SBT
libraryDependencies += "io.github.dingyi222666" % "treeview" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dingyi222666', module='treeview', version='1.2.0')
)
Apache Ivy
<dependency org="io.github.dingyi222666" name="treeview" rev="1.2.0" />
Leiningen
[io.github.dingyi222666/treeview "1.2.0"]
Apache Buildr
'io.github.dingyi222666:treeview:jar:1.2.0'