не последняя версия
Последняя версия 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.

Группа

Группа

com.github.sparkds
Идентификатор

Идентификатор

sparkds
Версия

Версия

0.0.1-RC-1
Тип

Тип

jar

Скачать 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"]