DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download software.amazon.kinesis : static-checker-flink Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file static-checker-flink-0.0.1-javadoc.jar to static-checker-flink-0.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder static-checker-flink-0.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "static-checker-flink-0.0.1-sources.jar" -d "static-checker-flink-0.0.1-javadoc" -subpackages