MVN

com.pulumi : postgresql

Maven & Gradle

Aug 26, 2023
27 stars

pulumi-postgresql · A Pulumi package for creating and managing postgresql cloud resources.

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

Latest Version

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

  • Latest Stable: 3.9.0
  • Latest Alpha: 3.10.0-alpha.1693029939+42f3bdcc

All Versions

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

Version Vulnerabilities Updated
3.10.x
postgresql-3.10.0-alpha.1693029939+42f3bdcc
postgresql-3.10.0-alpha.1692857344+88e9d706
postgresql-3.10.0-alpha.1691734392+bca252be
postgresql-3.10.0-alpha.1691648008+b8a4c4c0
postgresql-3.10.0-alpha.1691055865+96e7d68a
postgresql-3.10.0-alpha.1691043616+41ddaf0f
postgresql-3.10.0-alpha.1690264243+9fa6867a
3.9.x
postgresql-3.9.0
postgresql-3.9.0-alpha.1689896978+859ee321
postgresql-3.9.0-alpha.1689315090+345e1894
postgresql-3.9.0-alpha.1687892989+ec2367f0
postgresql-3.9.0-alpha.1687673468+e997c9f1
postgresql-3.9.0-alpha.1687056260+be1e3e36
postgresql-3.9.0-alpha.1686636221+2ed0efcd
postgresql-3.9.0-alpha.1686290819+c4251710
postgresql-3.9.0-alpha.1685167828+758e902c
postgresql-3.9.0-alpha.1685082890+f6fd3a1d
postgresql-3.9.0-alpha.1684392571+7d90d2c6
postgresql-3.9.0-alpha.1684216759+d4408827
postgresql-3.9.0-alpha.1683786533+ea9ec082
postgresql-3.9.0-alpha.1683612344+eb5b9431
postgresql-3.9.0-alpha.1683352806+b37ff2f0
postgresql-3.9.0-alpha.1683268759+268a2eb2
postgresql-3.9.0-alpha.1681940795+5303e6fd
postgresql-3.9.0-alpha.1680912861+59f25f3e
3.8.x
postgresql-3.8.1
postgresql-3.8.0
postgresql-3.8.0-alpha.1679500408+c99f0bf4
postgresql-3.8.0-alpha.1679418256+1a5e8970
postgresql-3.8.0-alpha.1679335744+ee7a8125
3.7.x
postgresql-3.7.0
postgresql-3.7.0-alpha.1679074220+ffaf1992
postgresql-3.7.0-alpha.1678476281+a9cbdc45
postgresql-3.7.0-alpha.1678129657+40cb78a2
postgresql-3.7.0-alpha.1678127754+fe35c164
postgresql-3.7.0-alpha.1677786880+80bce382
postgresql-3.7.0-alpha.1675060845+4d854195
postgresql-3.7.0-alpha.1673556289+5ceac825
postgresql-3.7.0-alpha.1673412518+c567712e
postgresql-3.7.0-alpha.1668658332+40dec38c
3.6.x
postgresql-3.6.0
postgresql-3.6.0-alpha.1661293361+3b92a88b

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>postgresql</artifactId>
    <version>3.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:postgresql:3.9.0'

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

implementation("com.pulumi:postgresql:3.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "postgresql" % "3.9.0"

Advertisement