| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.github.timgent |
| ArtifactId | ArtifactIdspark-data-quality_2.12 |
| Version | Version2.4.0_0.1.10 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.timgent/spark-data-quality_2.12/ -->
<dependency>
<groupId>com.github.timgent</groupId>
<artifactId>spark-data-quality_2.12</artifactId>
<version>2.4.0_0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timgent/spark-data-quality_2.12/
implementation 'com.github.timgent:spark-data-quality_2.12:2.4.0_0.1.10'
// https://jarcasting.com/artifacts/com.github.timgent/spark-data-quality_2.12/
implementation ("com.github.timgent:spark-data-quality_2.12:2.4.0_0.1.10")
'com.github.timgent:spark-data-quality_2.12:jar:2.4.0_0.1.10'
<dependency org="com.github.timgent" name="spark-data-quality_2.12" rev="2.4.0_0.1.10">
<artifact name="spark-data-quality_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timgent', module='spark-data-quality_2.12', version='2.4.0_0.1.10')
)
libraryDependencies += "com.github.timgent" % "spark-data-quality_2.12" % "2.4.0_0.1.10"
[com.github.timgent/spark-data-quality_2.12 "2.4.0_0.1.10"]