License |
License |
---|---|
GroupId | GroupIdorg.apache.seatunnel |
ArtifactId | ArtifactIdseatunnel-core-base |
Version | Version2.1.1 |
Type | Typejar |
Description |
DescriptionProduction ready big data processing product based on Apache Spark and Apache Flink.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
seatunnel-core-base-2.1.1.pom | |
seatunnel-core-base-2.1.1.jar | 33 MB |
seatunnel-core-base-2.1.1-sources.jar | 38 KB |
seatunnel-core-base-2.1.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.seatunnel/seatunnel-core-base/ -->
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-core-base</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.seatunnel/seatunnel-core-base/
implementation 'org.apache.seatunnel:seatunnel-core-base:2.1.1'
// https://jarcasting.com/artifacts/org.apache.seatunnel/seatunnel-core-base/
implementation ("org.apache.seatunnel:seatunnel-core-base:2.1.1")
'org.apache.seatunnel:seatunnel-core-base:jar:2.1.1'
<dependency org="org.apache.seatunnel" name="seatunnel-core-base" rev="2.1.1">
<artifact name="seatunnel-core-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.seatunnel', module='seatunnel-core-base', version='2.1.1')
)
libraryDependencies += "org.apache.seatunnel" % "seatunnel-core-base" % "2.1.1"
[org.apache.seatunnel/seatunnel-core-base "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.seatunnel : seatunnel-api-spark | jar | 2.1.1 |
org.apache.seatunnel : seatunnel-api-flink | jar | 2.1.1 |
com.beust : jcommander | jar | 1.81 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |