Java DataTable

Immutable Data Table implementation in Java

License

License

Categories

Categories

Java Languages Data
GroupId

GroupId

com.github.martincooper
ArtifactId

ArtifactId

java-datatable
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java DataTable
Immutable Data Table implementation in Java
Project URL

Project URL

https://github.com/martincooper/java-datatable

Download java-datatable

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.martincooper/java-datatable/ -->
<dependency>
    <groupId>com.github.martincooper</groupId>
    <artifactId>java-datatable</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martincooper/java-datatable/
implementation 'com.github.martincooper:java-datatable:1.0.0'
// https://jarcasting.com/artifacts/com.github.martincooper/java-datatable/
implementation ("com.github.martincooper:java-datatable:1.0.0")
'com.github.martincooper:java-datatable:jar:1.0.0'
<dependency org="com.github.martincooper" name="java-datatable" rev="1.0.0">
  <artifact name="java-datatable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martincooper', module='java-datatable', version='1.0.0')
)
libraryDependencies += "com.github.martincooper" % "java-datatable" % "1.0.0"
[com.github.martincooper/java-datatable "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.vavr : vavr jar 0.10.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.9.0
0.1.2