is not current version
Last Version 1.2.7

tech.bitey:dataframe-parent 1.2.4

Another dataframe library for Java, inspired by Tablesaw, built on nio buffers

Categories

Categories

Data
GroupId

GroupId

tech.bitey
ArtifactId

ArtifactId

dataframe-parent
Version

Version

1.2.4
Type

Type

pom

Download dataframe-parent 1.2.4


<!-- https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/ -->
<dependency>
    <groupId>tech.bitey</groupId>
    <artifactId>dataframe-parent</artifactId>
    <version>1.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/
implementation 'tech.bitey:dataframe-parent:1.2.4'
// https://jarcasting.com/artifacts/tech.bitey/dataframe-parent/
implementation ("tech.bitey:dataframe-parent:1.2.4")
'tech.bitey:dataframe-parent:pom:1.2.4'
<dependency org="tech.bitey" name="dataframe-parent" rev="1.2.4">
  <artifact name="dataframe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.bitey', module='dataframe-parent', version='1.2.4')
)
libraryDependencies += "tech.bitey" % "dataframe-parent" % "1.2.4"
[tech.bitey/dataframe-parent "1.2.4"]