License |
License |
---|---|
GroupId | GroupIdcom.spark-engine |
ArtifactId | ArtifactIdplan-runtime |
Version | Version0.14.1 |
Type | Typejar |
Description |
DescriptionSpark Engine Runtime Module
Apache Spark dataset composer using yaml
|
Project URL |
Project URL |
Filename | Size |
---|---|
plan-runtime-0.14.1.pom | |
plan-runtime-0.14.1.jar | 23 KB |
plan-runtime-0.14.1-sources.jar | 8 KB |
plan-runtime-0.14.1-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/ -->
<dependency>
<groupId>com.spark-engine</groupId>
<artifactId>plan-runtime</artifactId>
<version>0.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/
implementation 'com.spark-engine:plan-runtime:0.14.1'
// https://jarcasting.com/artifacts/com.spark-engine/plan-runtime/
implementation ("com.spark-engine:plan-runtime:0.14.1")
'com.spark-engine:plan-runtime:jar:0.14.1'
<dependency org="com.spark-engine" name="plan-runtime" rev="0.14.1">
<artifact name="plan-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spark-engine', module='plan-runtime', version='0.14.1')
)
libraryDependencies += "com.spark-engine" % "plan-runtime" % "0.14.1"
[com.spark-engine/plan-runtime "0.14.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
org.apache.spark : spark-sql_2.12 | jar | 3.1.2 |