l

logic-schema_2.12

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.
https://github.com/spark-ds/logic-schema
Apache-2.0
com.github.spark-ds
DJ Chen
Files download
File Operation
logic-schema_2.12-0.0.5.jar download
logic-schema_2.12-0.0.5.pom download
logic-schema_2.12-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spark-ds</groupId>
  <artifactId>logic-schema_2.12</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.spark-ds:logic-schema_2.12:0.0.5'
Gradle Kotlin
implementation("com.github.spark-ds:logic-schema_2.12:0.0.5")
Scala SBT
libraryDependencies += "com.github.spark-ds" % "logic-schema_2.12" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spark-ds', module='logic-schema_2.12', version='0.0.5')
)
Apache Ivy
<dependency org="com.github.spark-ds" name="logic-schema_2.12" rev="0.0.5" />
Leiningen
[com.github.spark-ds/logic-schema_2.12 "0.0.5"]
Apache Buildr
'com.github.spark-ds:logic-schema_2.12:jar:0.0.5'