t

table-js

Construct an object with copy and map
https://github.com/windedge/compose-table
MIT License
JL Xu
Files download
File Operation
table-js-0.1.7.pom download
table-js-0.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.windedge.table</groupId>
  <artifactId>table-js</artifactId>
  <version>0.1.7</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.windedge.table:table-js:0.1.7'
Gradle Kotlin
implementation("io.github.windedge.table:table-js:0.1.7")
Scala SBT
libraryDependencies += "io.github.windedge.table" % "table-js" % "0.1.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.windedge.table', module='table-js', version='0.1.7')
)
Apache Ivy
<dependency org="io.github.windedge.table" name="table-js" rev="0.1.7" />
Leiningen
[io.github.windedge.table/table-js "0.1.7"]
Apache Buildr
'io.github.windedge.table:table-js:jar:0.1.7'