is not current version
Last Version 0.7.4

top.dataframe:dataframe-core 0.6.7

the small data version of spark dataframe

Categories

Categories

Data
GroupId

GroupId

top.dataframe
ArtifactId

ArtifactId

dataframe-core
Version

Version

0.6.7
Type

Type

jar

Download dataframe-core 0.6.7


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