Registry / other / flink-runtime-2-12

flink-runtime-2-12

JSON →
library1.13.6javamavenunverified

Apache Flink runtime module compiled for Scala 2.12, providing stream processing and batch processing capabilities.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-runtime_2.12</artifactId> <version>1.13.6</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-RUNTIME-2-12
F
flink-runtime-2-12
otherjavav1.13.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JobGraph
org.apache.flink.runtime.jobgraph.JobGraph

Minimal example creating a Flink JobGraph.

import org.apache.flink.runtime.jobgraph.JobGraph; public class Quickstart { public static void main(String[] args) { JobGraph jobGraph = new JobGraph("my-job"); System.out.println("Job graph created: " + jobGraph.getName()); } }
Debug
Known issues
breakingScala version must match the Flink runtime version (2.12).
fix
Ensure all Flink dependencies use the same Scala version (2.12).
affects: all
Upgrade
Version history
1.13.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flink-runtime-2-12 — mvn dependency:get flink-runtime-2-12 · libregistry