MVN

com.google.apis : google-api-services-workflowexecutions

Maven & Gradle

Aug 11, 2023

Workflow Executions API v1beta-rev20230719-2.0.0

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-workflowexecutions</artifactId>
    <version>v1-rev20230719-2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.apis : google-api-services-workflowexecutions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1-rev20230719-2.0.0

All Versions

Choose a version of com.google.apis : google-api-services-workflowexecutions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1beta
google-api-services-workflowexecutions-v1beta-rev20230719-2.0.0
google-api-services-workflowexecutions-v1beta-rev20221206-2.0.0
google-api-services-workflowexecutions-v1beta-rev20221020-2.0.0
google-api-services-workflowexecutions-v1beta-rev20220830-2.0.0
google-api-services-workflowexecutions-v1beta-rev20211019-2.0.0
google-api-services-workflowexecutions-v1beta-rev20211019-1.32.1
google-api-services-workflowexecutions-v1beta-rev20210817-1.32.1
google-api-services-workflowexecutions-v1beta-rev20210803-1.32.1
google-api-services-workflowexecutions-v1beta-rev20210309-1.32.1
google-api-services-workflowexecutions-v1beta-rev20210309-1.31.5
google-api-services-workflowexecutions-v1beta-rev20210309-1.31.0
google-api-services-workflowexecutions-v1beta-rev20210302-1.31.0
google-api-services-workflowexecutions-v1beta-rev20210209-1.31.0
google-api-services-workflowexecutions-v1beta-rev20210105-1.31.0
google-api-services-workflowexecutions-v1beta-rev20200923-1.31.0
google-api-services-workflowexecutions-v1beta-rev20200923-1.30.10
google-api-services-workflowexecutions-v1beta-rev20200901-1.30.10
v1
google-api-services-workflowexecutions-v1-rev20230719-2.0.0
google-api-services-workflowexecutions-v1-rev20230607-2.0.0
google-api-services-workflowexecutions-v1-rev20230516-2.0.0
google-api-services-workflowexecutions-v1-rev20230328-2.0.0
google-api-services-workflowexecutions-v1-rev20230323-2.0.0
google-api-services-workflowexecutions-v1-rev20230221-2.0.0
google-api-services-workflowexecutions-v1-rev20230117-2.0.0
google-api-services-workflowexecutions-v1-rev20221206-2.0.0
google-api-services-workflowexecutions-v1-rev20221201-2.0.0
google-api-services-workflowexecutions-v1-rev20221020-2.0.0
google-api-services-workflowexecutions-v1-rev20220830-2.0.0
google-api-services-workflowexecutions-v1-rev20220817-2.0.0
google-api-services-workflowexecutions-v1-rev20220412-2.0.0
google-api-services-workflowexecutions-v1-rev20220412-1.32.1
google-api-services-workflowexecutions-v1-rev20220315-1.32.1
google-api-services-workflowexecutions-v1-rev20211019-1.32.1
google-api-services-workflowexecutions-v1-rev20210817-1.32.1
google-api-services-workflowexecutions-v1-rev20210803-1.32.1
google-api-services-workflowexecutions-v1-rev20210309-1.32.1
google-api-services-workflowexecutions-v1-rev20210309-1.31.5
google-api-services-workflowexecutions-v1-rev20210309-1.31.0
google-api-services-workflowexecutions-v1-rev20210302-1.31.0
google-api-services-workflowexecutions-v1-rev20210118-1.31.0

How to add a dependency to Maven

Add the following com.google.apis : google-api-services-workflowexecutions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-workflowexecutions</artifactId>
    <version>v1-rev20230719-2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.apis : google-api-services-workflowexecutions gradle dependency to your build.gradle file:

implementation 'com.google.apis:google-api-services-workflowexecutions:v1-rev20230719-2.0.0'

Gradle Kotlin DSL: Add the following com.google.apis : google-api-services-workflowexecutions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.apis:google-api-services-workflowexecutions:v1-rev20230719-2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.apis : google-api-services-workflowexecutions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.apis" % "google-api-services-workflowexecutions" % "v1-rev20230719-2.0.0"