Create Java project with Maven archetype google-cloud-dataflow-java-archetypes-examples-java8

Google Cloud Dataflow SDK for Java is a distribution of Apache Beam designed to simplify usage of Apache Beam on Google Cloud Dataflow service. This archetype creates a project containing all the example pipelines targeting Java 8.

Create a Java Project by archetype google-cloud-dataflow-java-archetypes-examples-java8 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.google.cloud.dataflow"   -DarchetypeArtifactId="google-cloud-dataflow-java-archetypes-examples-java8"   -DarchetypeVersion="2.2.0"   -DinteractiveMode=false 

Details about maven archetype google-cloud-dataflow-java-archetypes-examples-java8

License

License

GroupId

GroupId

com.google.cloud.dataflow
ArtifactId

ArtifactId

google-cloud-dataflow-java-archetypes-examples-java8
Version

Version

2.2.0
Type

Type

maven-archetype
Description

Description

Google Cloud Dataflow SDK for Java - Java 8 Examples Archetype
Google Cloud Dataflow SDK for Java is a distribution of Apache Beam designed to simplify usage of Apache Beam on Google Cloud Dataflow service. This archetype creates a project containing all the example pipelines targeting Java 8.
Project Organization

Project Organization

Google

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.google.cloud.dataflow -DarchetypeArtifactId=google-cloud-dataflow-java-archetypes-examples-java8 -DarchetypeVersion=2.2.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.