is not current version
Last Version 1.2.7

tech.bitey:dataframe-parent 1.1.0

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.1.0
Type

Type

pom

Download dataframe-parent 1.1.0


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