MVN

com.pulumi : command

Maven & Gradle

Aug 25, 2023
54 stars

pulumi-command · The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model.

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>command</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pulumi : command to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2
  • Latest Alpha: 0.8.2-alpha.1692833969+af65bbb3

All Versions

Choose a version of com.pulumi : command to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
command-4.6.0-alpha.1662390243+5c22c9dd
4.5.x
command-4.5.0
0.8.x
command-0.8.2
command-0.8.2-alpha.1692833969+af65bbb3
command-0.8.2-alpha.1692802001+47ccafb2
command-0.8.1
command-0.8.1-alpha.1690863916+fcab3882
command-0.8.1-alpha.1690535389+f61ae97b
command-0.8.0
0.7.x
command-0.7.3-alpha.1690376711+62fe0ac6
command-0.7.3-alpha.1690376723+e8577ef7
command-0.7.3-alpha.1690366845+a9690f52
command-0.7.3-alpha.1690361253+c8e7a20c
command-0.7.3-alpha.1690359788+0760ff83
command-0.7.3-alpha.1689941387+0842551f
command-0.7.2
command-0.7.2-alpha.1679481175+fe24709f
command-0.7.2-alpha.1679479550+c3fa4ca4
command-0.7.1-alpha.1676676792+993baeb1
command-0.7.1-alpha.1676394151+694b1220
command-0.7.1-alpha.1674088865+43e9ba4d
command-0.7.1-alpha.1673560323+b79c3536
command-0.7.1-alpha.1673557194+d19716f9
command-0.7.1-alpha.1673421495+875ae5cd
command-0.7.1-alpha.1672951057+e60c7371
command-0.7.1-alpha.1672772158+a073bd4d
command-0.7.1-alpha.1672299748+334686c5
command-0.7.0
0.6.x
command-0.6.1-alpha.1669081206+d5746064
command-0.6.1-alpha.1667857554+ba1097a8
command-0.6.0
0.5.x
command-0.5.3-alpha.1666908226+25825b86
command-0.5.3-alpha.1666808037+c981f4a6
command-0.5.3-alpha.1666374751+89322673
command-0.5.3-alpha.1666208921+a9af0829
command-0.5.3-alpha.1665061645+bbdbbf8b
command-0.5.3-alpha.1664456859+5aac046e
command-0.5.3-alpha.1663851737+4a072cda
command-0.5.3-alpha.1663341073+92e27ea6
command-0.5.3-alpha.1663247237+4f1268c2
command-0.5.2
command-0.5.2-alpha.1662998316+f8140c8a
command-0.5.1
command-0.5.1-alpha.1662712524+00f367e3
command-0.5.1-alpha.1662642599+066ddecb
command-0.5.0
0.4.x
command-0.4.2-alpha.1661516193+2d1657e1
command-0.4.2-alpha.1661291319+0d41bfea
command-0.4.2-alpha.1660942230+d3a669cf
command-0.4.2-alpha.1660771417+18b89118

How to add a dependency to Maven

Add the following com.pulumi : command maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>command</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pulumi : command gradle dependency to your build.gradle file:

implementation 'com.pulumi:command:0.8.2'

Gradle Kotlin DSL: Add the following com.pulumi : command gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pulumi:command:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pulumi : command sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pulumi" % "command" % "0.8.2"

Advertisement