t

table-android

Construct an object with copy and map
https://github.com/windedge/compose-table
MIT License
JL Xu
文件下载
文件名 操作
table-android-0.1.1.pom 下载
table-android-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.windedge.table</groupId>
  <artifactId>table-android</artifactId>
  <version>0.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.windedge.table:table-android:0.1.1'
Gradle Kotlin
implementation("io.github.windedge.table:table-android:0.1.1")
Scala SBT
libraryDependencies += "io.github.windedge.table" % "table-android" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.windedge.table', module='table-android', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.windedge.table" name="table-android" rev="0.1.1" />
Leiningen
[io.github.windedge.table/table-android "0.1.1"]
Apache Buildr
'io.github.windedge.table:table-android:jar:0.1.1'