MVN

org.apache.flink : flink-walkthrough-table-scala

Maven & Gradle

Jan 20, 2021
21.5k stars
mvn archetype:generate -DarchetypeGroupId=org.apache.flink -DarchetypeArtifactId=flink-walkthrough-table-scala -DarchetypeVersion=1.10.3
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.flink : flink-walkthrough-table-scala to generate a Maven project - Latest Versions:

  • Latest Stable: 1.10.3

All Versions

Choose a version of org.apache.flink : flink-walkthrough-table-scala to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.11.x
flink-walkthrough-table-scala-1.11.1
flink-walkthrough-table-scala-1.11.0
1.10.x
flink-walkthrough-table-scala-1.10.3
flink-walkthrough-table-scala-1.10.2
flink-walkthrough-table-scala-1.10.1
flink-walkthrough-table-scala-1.10.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.apache.flink -DarchetypeArtifactId=flink-walkthrough-table-scala -DarchetypeVersion=1.10.3

Advertisement