Create Java project with Maven archetype flink-walkthrough-datastream-java

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Create a Java Project by archetype flink-walkthrough-datastream-java with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.flink"   -DarchetypeArtifactId="flink-walkthrough-datastream-java"   -DarchetypeVersion="1.15.0"   -DinteractiveMode=false 

Details about maven archetype flink-walkthrough-datastream-java

License

License

GroupId

GroupId

org.apache.flink
ArtifactId

ArtifactId

flink-walkthrough-datastream-java
Version

Version

1.15.0
Type

Type

maven-archetype
Description

Description

Flink : Walkthrough : Datastream Java
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.flink -DarchetypeArtifactId=flink-walkthrough-datastream-java -DarchetypeVersion=1.15.0 -DinteractiveMode=false

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.32
com.google.code.findbugs : jsr305 jar 1.3.9
org.apache.flink : flink-shaded-force-shading jar 15.0

test (12)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.1
org.junit.vintage : junit-vintage-engine jar 5.8.1
org.assertj : assertj-core jar 3.21.0
org.mockito : mockito-core jar 2.21.0
org.powermock : powermock-module-junit4 jar 2.0.9
org.powermock : powermock-api-mockito2 jar 2.0.9
org.hamcrest : hamcrest-all jar 1.3
org.testcontainers : junit-jupiter jar 1.16.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.1
org.apache.logging.log4j : log4j-api jar 2.17.1
org.apache.logging.log4j : log4j-core jar 2.17.1
org.apache.logging.log4j : log4j-1.2-api jar 2.17.1

Project Modules

There are no modules declared in this project.