Apache Flink's Scala API and utilities compiled for Scala 2.12, enabling stream and batch processing.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-scala_2.12</artifactId>
<version>1.20.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple word count streaming job using Flink's Scala API.
Review the Flink 1.20 migration guide and update your Scala code accordingly.
No dependency data recorded yet.