jar

software.amazon.kinesis : static-checker-flink

Maven & Gradle

Jan 20, 1970
5 stars

static-checker-flink · Maven plugin to find issues with Apache Flink applications at build time. For instance did you know that you have to use AWS Kinesis Connector 1.15.4 or above for Flink 1.15 apps? This plugin is here to stop you from building a Flink app that has such incompatible connector versions.

Table Of Contents

Latest Version

Download software.amazon.kinesis : static-checker-flink JAR file - Latest Versions:

All Versions

Download software.amazon.kinesis : static-checker-flink JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window static-checker-flink-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.amazonaws.kda.flinkchecker

├─ com.amazonaws.kda.flinkchecker.Check.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.CheckParams.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.CheckResult.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.FlinkKafkaVersionCheck.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.FlinkKinesisVersionCheck.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.FlinkVersionDependencies.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.JUnitReporter.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.Main.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.Mode.class - [JAR]

├─ com.amazonaws.kda.flinkchecker.MskIamVersionCheck.class - [JAR]