MVN

org.webpieces.googlecloud : cloud-tasks

Maven & Gradle

Aug 22, 2023
31 stars

cloud-tasks · Not filled in for this project

<dependency>
    <groupId>org.webpieces.googlecloud</groupId>
    <artifactId>cloud-tasks</artifactId>
    <version>2.1.89</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces.googlecloud : cloud-tasks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.89

All Versions

Choose a version of org.webpieces.googlecloud : cloud-tasks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
cloud-tasks-2.1.89
cloud-tasks-2.1.88
cloud-tasks-2.1.86
cloud-tasks-2.1.85
cloud-tasks-2.1.84
cloud-tasks-2.1.83
cloud-tasks-2.1.80
cloud-tasks-2.1.79
cloud-tasks-2.1.78
cloud-tasks-2.1.77
cloud-tasks-2.1.76
cloud-tasks-2.1.75
cloud-tasks-2.1.74
cloud-tasks-2.1.73
cloud-tasks-2.1.72
cloud-tasks-2.1.71
cloud-tasks-2.1.70
cloud-tasks-2.1.69
cloud-tasks-2.1.68
cloud-tasks-2.1.67
cloud-tasks-2.1.66
cloud-tasks-2.1.65
cloud-tasks-2.1.64
cloud-tasks-2.1.63
cloud-tasks-2.1.62
cloud-tasks-2.1.61
cloud-tasks-2.1.59
cloud-tasks-2.1.58
cloud-tasks-2.1.57
cloud-tasks-2.1.56
cloud-tasks-2.1.55
cloud-tasks-2.1.54
cloud-tasks-2.1.53
cloud-tasks-2.1.52
cloud-tasks-2.1.51
cloud-tasks-2.1.50
cloud-tasks-2.1.49
cloud-tasks-2.1.48
cloud-tasks-2.1.47
cloud-tasks-2.1.46
cloud-tasks-2.1.43
cloud-tasks-2.1.42
cloud-tasks-2.1.40
cloud-tasks-2.1.39
cloud-tasks-2.1.38

How to add a dependency to Maven

Add the following org.webpieces.googlecloud : cloud-tasks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webpieces.googlecloud</groupId>
    <artifactId>cloud-tasks</artifactId>
    <version>2.1.89</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces.googlecloud : cloud-tasks gradle dependency to your build.gradle file:

implementation 'org.webpieces.googlecloud:cloud-tasks:2.1.89'

Gradle Kotlin DSL: Add the following org.webpieces.googlecloud : cloud-tasks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces.googlecloud:cloud-tasks:2.1.89")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces.googlecloud : cloud-tasks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces.googlecloud" % "cloud-tasks" % "2.1.89"