t

table-jvm

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