| License |
License |
|---|---|
| GroupId | GroupIdcom.github.spark-ds |
| ArtifactId | ArtifactIdlogic-schema_2.12 |
| Version | Version0.0.5 |
| Type | Typejar |
| Description |
Descriptionlogic-schema
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| logic-schema_2.12-0.0.5.pom | |
| logic-schema_2.12-0.0.5.jar | 59 KB |
| logic-schema_2.12-0.0.5-sources.jar | 23 KB |
| logic-schema_2.12-0.0.5-javadoc.jar | 1 MB |
| Browse |
<!-- 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.5</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.5'
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema_2.12/
implementation ("com.github.spark-ds:logic-schema_2.12:0.0.5")
'com.github.spark-ds:logic-schema_2.12:jar:0.0.5'
<dependency org="com.github.spark-ds" name="logic-schema_2.12" rev="0.0.5">
<artifact name="logic-schema_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spark-ds', module='logic-schema_2.12', version='0.0.5')
)
libraryDependencies += "com.github.spark-ds" % "logic-schema_2.12" % "0.0.5"
[com.github.spark-ds/logic-schema_2.12 "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.13 |
| org.apache.spark : spark-core_2.12 | jar | 3.1.1 |
| org.apache.spark : spark-sql_2.12 | jar | 3.1.1 |
| org.scalacheck : scalacheck_2.12 | jar | 1.15.3 |
| com.typesafe.scala-logging : scala-logging_2.12 | jar | 3.9.2 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.1.4 |