is not current version
Last Version 0.7.4

top.dataframe:dataframe-core 0.7.0

the small data version of spark dataframe

Categories

Categories

Data
GroupId

GroupId

top.dataframe
ArtifactId

ArtifactId

dataframe-core
Version

Version

0.7.0
Type

Type

jar

Download dataframe-core 0.7.0


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