is not current version
Last Version 1.0.0

com.github.martincooper:java-datatable 0.1.2

Immutable Data Table implementation in Java

Categories

Categories

Java Languages Data
GroupId

GroupId

com.github.martincooper
ArtifactId

ArtifactId

java-datatable
Version

Version

0.1.2
Type

Type

pom

Download java-datatable 0.1.2

Filename Size
java-datatable-0.1.2.pom 3 KB
Browse

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