License |
License |
---|---|
Categories |
CategoriesJava Languages Data |
GroupId | GroupIdcom.github.martincooper |
ArtifactId | ArtifactIdjava-datatable |
Version | Version0.9.0 |
Type | Typejar |
Description |
DescriptionJava DataTable
Immutable Data Table implementation in Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
java-datatable-0.9.0.pom | |
java-datatable-0.9.0.jar | 43 KB |
java-datatable-0.9.0-sources.jar | 28 KB |
java-datatable-0.9.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>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martincooper/java-datatable/
implementation 'com.github.martincooper:java-datatable:0.9.0'
// https://jarcasting.com/artifacts/com.github.martincooper/java-datatable/
implementation ("com.github.martincooper:java-datatable:0.9.0")
'com.github.martincooper:java-datatable:jar:0.9.0'
<dependency org="com.github.martincooper" name="java-datatable" rev="0.9.0">
<artifact name="java-datatable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martincooper', module='java-datatable', version='0.9.0')
)
libraryDependencies += "com.github.martincooper" % "java-datatable" % "0.9.0"
[com.github.martincooper/java-datatable "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.vavr : vavr | jar | 0.9.0 |