| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.seatunnel |
| ArtifactId | ArtifactIdseatunnel-api-spark |
| Last Version | Last Version2.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProduction ready big data processing product based on Apache Spark and Apache Flink.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| seatunnel-api-spark-2.1.2.pom | |
| seatunnel-api-spark-2.1.2.jar | 1 MB |
| seatunnel-api-spark-2.1.2-sources.jar | 22 KB |
| seatunnel-api-spark-2.1.2-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.seatunnel/seatunnel-api-spark/ -->
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-api-spark</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.seatunnel/seatunnel-api-spark/
implementation 'org.apache.seatunnel:seatunnel-api-spark:2.1.2'
// https://jarcasting.com/artifacts/org.apache.seatunnel/seatunnel-api-spark/
implementation ("org.apache.seatunnel:seatunnel-api-spark:2.1.2")
'org.apache.seatunnel:seatunnel-api-spark:jar:2.1.2'
<dependency org="org.apache.seatunnel" name="seatunnel-api-spark" rev="2.1.2">
<artifact name="seatunnel-api-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.seatunnel', module='seatunnel-api-spark', version='2.1.2')
)
libraryDependencies += "org.apache.seatunnel" % "seatunnel-api-spark" % "2.1.2"
[org.apache.seatunnel/seatunnel-api-spark "2.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.seatunnel : seatunnel-api-base | jar | 2.1.2 |
| org.apache.seatunnel : seatunnel-common | jar | 2.1.2 |
| net.jpountz.lz4 : lz4 | jar | 1.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.spark : spark-streaming_2.11 | jar | 2.4.0 |
| org.apache.spark : spark-core_2.11 | jar | 2.4.0 |
| org.apache.spark : spark-sql_2.11 | jar | 2.4.0 |
| com.google.auto.service : auto-service | jar | 1.0.1 |
| org.projectlombok : lombok | jar | 1.18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |