MVN

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.

<plugin>
    <groupId>software.amazon.kinesis</groupId>
    <artifactId>static-checker-flink</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.kinesis : static-checker-flink to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of software.amazon.kinesis : static-checker-flink to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
static-checker-flink-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>software.amazon.kinesis</groupId>
    <artifactId>static-checker-flink</artifactId>
    <version>0.0.1</version>
</plugin>