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