MVN

com.pulumi : vsphere

Maven & Gradle

Aug 26, 2023
52 stars

pulumi-vsphere · A Pulumi package for creating vsphere resources

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

Latest Version

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

  • Latest Stable: 4.6.0
  • Latest Alpha: 4.7.0-alpha.1693031203+f8a6abc5

All Versions

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

Version Vulnerabilities Updated
4.7.x
vsphere-4.7.0-alpha.1693031203+f8a6abc5
4.6.x
vsphere-4.6.0
vsphere-4.6.0-alpha.1692930804+efa9aec2
vsphere-4.6.0-alpha.1692859584+d7c96b9b
vsphere-4.6.0-alpha.1691736055+94e7d65b
vsphere-4.6.0-alpha.1691649597+0a18eb65
vsphere-4.6.0-alpha.1691045912+33983ae2
vsphere-4.6.0-alpha.1690265425+5c3f3417
vsphere-4.6.0-alpha.1689317257+ca4669a8
vsphere-4.6.0-alpha.1687903041+4bf70fc0
vsphere-4.6.0-alpha.1687758153+3fd592b9
vsphere-4.6.0-alpha.1687057203+f6b48469
vsphere-4.6.0-alpha.1686638681+95a227d6
vsphere-4.6.0-alpha.1686291976+6a3a3be5
vsphere-4.6.0-alpha.1685169409+32291675
vsphere-4.6.0-alpha.1685085049+60dab436
4.5.x
vsphere-4.5.1
vsphere-4.5.0
vsphere-4.5.0-alpha.1684947541+a62efa8d
vsphere-4.5.0-alpha.1684391558+17c12b7f
vsphere-4.5.0-alpha.1684218146+e23236e4
vsphere-4.5.0-alpha.1683958260+f0e0d13f
vsphere-4.5.0-alpha.1683788465+08276032
vsphere-4.5.0-alpha.1683614094+5ea50be0
vsphere-4.5.0-alpha.1683354453+168531d6
vsphere-4.5.0-alpha.1683269346+41681230
vsphere-4.5.0-alpha.1681939540+99d8ce9c
vsphere-4.5.0-alpha.1680912672+c8d61a06
vsphere-4.5.0-alpha.1679420243+c7ece937
vsphere-4.5.0-alpha.1679337987+3f7d03f7
vsphere-4.5.0-alpha.1678391798+b102a035
vsphere-4.5.0-alpha.1678135415+60334265
vsphere-4.5.0-alpha.1678130341+d9e8e734
vsphere-4.5.0-alpha.1677788893+ad7774a9
4.4.x
vsphere-4.4.0
vsphere-4.4.0-alpha.1676647689+a4138152
vsphere-4.4.0-alpha.1676624521+b14741b7
vsphere-4.4.0-alpha.1675064470+9d57c204
vsphere-4.4.0-alpha.1675060917+54a53e26
vsphere-4.4.0-alpha.1673556417+39abf701
vsphere-4.4.0-alpha.1668632155+d533ab43

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>vsphere</artifactId>
    <version>4.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:vsphere:4.6.0'

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

implementation("com.pulumi:vsphere:4.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "vsphere" % "4.6.0"