t

table-m3-js

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