MVN

com.pulumi : ec

Maven & Gradle

Aug 26, 2023
5 stars

pulumi-ec · A Pulumi package for creating and managing ElasticCloud resources.

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

Latest Version

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

  • Latest Stable: 0.6.0
  • Latest Alpha: 0.6.1-alpha.1693027953+f5e66090

All Versions

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

Version Vulnerabilities Updated
0.6.x
ec-0.6.1-alpha.1693027953+f5e66090
ec-0.6.1-alpha.1692855370+0f642855
ec-0.6.1-alpha.1691732541+f48bf2f9
ec-0.6.0
0.5.x
ec-0.5.2-alpha.1691567474+d3f0ca74
ec-0.5.2-alpha.1691409334+08181032
ec-0.5.2-alpha.1691128234+da37d5cc
ec-0.5.2-alpha.1691041082+e62315d7
ec-0.5.2-alpha.1690534432+e0e6a289
ec-0.5.2-alpha.1690534446+d7122e7f
ec-0.5.2-alpha.1690469213+2fa1c392
ec-0.5.2-alpha.1690262979+47bdd35e
ec-0.5.2-alpha.1689313015+d3e952f5
ec-0.5.2-alpha.1688416803+fa94f72f
ec-0.5.2-alpha.1687671277+91333913
ec-0.5.2-alpha.1687054979+5c3474a1
ec-0.5.2-alpha.1686634499+d6306439
ec-0.5.2-alpha.1686288783+95c41d41
ec-0.5.2-alpha.1685165737+f70fbd4f
ec-0.5.2-alpha.1685079393+3d0e44f6
ec-0.5.2-alpha.1684388289+22486070
ec-0.5.2-alpha.1684215183+b3aecce1
ec-0.5.2-alpha.1683958309+38af6166
ec-0.5.2-alpha.1683784024+189b165e
ec-0.5.2-alpha.1683610439+3482bd08
ec-0.5.2-alpha.1683351297+4bf9b7eb
ec-0.5.2-alpha.1683265085+253c88be
ec-0.5.2-alpha.1681928339+6dd65765
ec-0.5.2-alpha.1680911179+7d94b8b0
ec-0.5.2-alpha.1679413832+328e064e
ec-0.5.2-alpha.1679334446+221f3076
ec-0.5.2-alpha.1678471424+29876815
ec-0.5.2-alpha.1677782859+f9618ea3
ec-0.5.2-alpha.1677765408+0ba84591
ec-0.5.1
ec-0.5.1-alpha.1676647452+2df56632
ec-0.5.1-alpha.1676638004+812007a1
ec-0.5.0
0.4.x
ec-0.4.3-alpha.1674680975+b83ec31b
ec-0.4.3-alpha.1673556028+c9afbe50
ec-0.4.3-alpha.1673416557+963641ad
ec-0.4.2
ec-0.4.2-alpha.1668657632+07b10aba

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>ec</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:ec:0.6.0'

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

implementation("com.pulumi:ec:0.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "ec" % "0.6.0"

Advertisement