is not current version
Last Version 0.0.1-RC-2

com.github.sparkds:sparkds 0.0.1-RC-1

A Scala library for defining Data Specification and Validating data against data specification. Data specifications are Spark schemas, data constraints, valid value lists.

GroupId

GroupId

com.github.sparkds
ArtifactId

ArtifactId

sparkds
Version

Version

0.0.1-RC-1
Type

Type

jar

Download sparkds 0.0.1-RC-1


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