| License |
License |
|---|---|
| GroupId | GroupIdcom.github.spark-ds |
| ArtifactId | ArtifactIdlogic-schema-demo_2.12 |
| Version | Version0.0.5 |
| Type | Typejar |
| Description |
Descriptionlogic-schema-demo
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 |
<!-- https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/ -->
<dependency>
<groupId>com.github.spark-ds</groupId>
<artifactId>logic-schema-demo_2.12</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/
implementation 'com.github.spark-ds:logic-schema-demo_2.12:0.0.5'
// https://jarcasting.com/artifacts/com.github.spark-ds/logic-schema-demo_2.12/
implementation ("com.github.spark-ds:logic-schema-demo_2.12:0.0.5")
'com.github.spark-ds:logic-schema-demo_2.12:jar:0.0.5'
<dependency org="com.github.spark-ds" name="logic-schema-demo_2.12" rev="0.0.5">
<artifact name="logic-schema-demo_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spark-ds', module='logic-schema-demo_2.12', version='0.0.5')
)
libraryDependencies += "com.github.spark-ds" % "logic-schema-demo_2.12" % "0.0.5"
[com.github.spark-ds/logic-schema-demo_2.12 "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.12 |
| com.github.spark-ds : logic-schema_2.12 | jar | 0.0.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.0.1 |