License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdtech.bitey |
ArtifactId | ArtifactIddataframe-parent |
Last Version | Last Version1.2.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontech.bitey:dataframe-parent
Another dataframe library for Java, inspired by Tablesaw, built on nio buffers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dataframe-parent-1.2.7.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/ -->
<dependency>
<groupId>tech.bitey</groupId>
<artifactId>dataframe-parent</artifactId>
<version>1.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/
implementation 'tech.bitey:dataframe-parent:1.2.7'
// https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/
implementation ("tech.bitey:dataframe-parent:1.2.7")
'tech.bitey:dataframe-parent:pom:1.2.7'
<dependency org="tech.bitey" name="dataframe-parent" rev="1.2.7">
<artifact name="dataframe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.bitey', module='dataframe-parent', version='1.2.7')
)
libraryDependencies += "tech.bitey" % "dataframe-parent" % "1.2.7"
[tech.bitey/dataframe-parent "1.2.7"]