License |
License |
---|---|
Categories |
CategoriesJava Languages Data |
GroupId | GroupIdcom.github.martincooper |
ArtifactId | ArtifactIdjava-datatable |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava DataTable
Immutable Data Table implementation in Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
java-datatable-1.0.0.pom | |
java-datatable-1.0.0.jar | 43 KB |
java-datatable-1.0.0-sources.jar | 28 KB |
java-datatable-1.0.0-javadoc.jar | 166 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.vavr : vavr | jar | 0.10.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |