не последняя версия
Последняя версия 0.0.5

com.github.spark-ds:logic-schema_2.12 0.0.4

spark-ds/logic-schema is a Scala library for data specification and validation across dataframes(hence logic schema), to help developing applications based on Apache Spark.

Группа

Группа

com.github.spark-ds
Идентификатор

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

logic-schema_2.12
Версия

Версия

0.0.4
Тип

Тип

jar

Скачать logic-schema_2.12 0.0.4


<!-- https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema_2.12/ -->
<dependency>
    <groupId>com.github.spark-ds</groupId>
    <artifactId>logic-schema_2.12</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema_2.12/
implementation 'com.github.spark-ds:logic-schema_2.12:0.0.4'
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema_2.12/
implementation ("com.github.spark-ds:logic-schema_2.12:0.0.4")
'com.github.spark-ds:logic-schema_2.12:jar:0.0.4'
<dependency org="com.github.spark-ds" name="logic-schema_2.12" rev="0.0.4">
  <artifact name="logic-schema_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spark-ds', module='logic-schema_2.12', version='0.0.4')
)
libraryDependencies += "com.github.spark-ds" % "logic-schema_2.12" % "0.0.4"
[com.github.spark-ds/logic-schema_2.12 "0.0.4"]