is not current version
Last Version 0.5.1

com.thoughtworks.datacommons:prep-buddy 0.5.0

A Scala / Java / Python library for cleaning, transforming and executing other preparation tasks for large datasets on Apache Spark

Categories

Categories

Data
GroupId

GroupId

com.thoughtworks.datacommons
ArtifactId

ArtifactId

prep-buddy
Version

Version

0.5.0
Type

Type

jar

Download prep-buddy 0.5.0


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