MVN

com.pulumi : wavefront

Maven & Gradle

Aug 26, 2023
2 stars

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

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

Latest Version

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

  • Latest Stable: 2.1.0
  • Latest Alpha: 3.1.0-alpha.1693031287+e7479222

All Versions

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

Version Vulnerabilities Updated
3.1.x
wavefront-3.1.0-alpha.1693031287+e7479222
wavefront-3.1.0-alpha.1692859347+435ec5e9
wavefront-3.1.0-alpha.1692165542+30bdf9ae
3.0.x
wavefront-3.0.0-alpha.1692133443+985b8bfd
2.1.x
wavefront-2.1.0
2.0.x
wavefront-2.0.0-alpha.1691413352+417c4a2f
wavefront-2.0.0-alpha.1691054469+7c9a9be8
wavefront-2.0.0-alpha.1691054169+d64f8953
wavefront-2.0.0-alpha.1691053402+41e8a1bf
wavefront-2.0.0-alpha.1691053410+2068d9f8
wavefront-2.0.0
wavefront-2.0.0-alpha.1690995516+06f8f92d
wavefront-2.0.0-alpha.0
1.5.x
wavefront-1.5.0-alpha.1690537009+0bb8d1d9
wavefront-1.5.0-alpha.1690265807+c4f5528b
wavefront-1.5.0-alpha.1689317371+de619ed2
wavefront-1.5.0-alpha.1687758259+c54e1734
wavefront-1.5.0-alpha.1687057378+caa5e03f
wavefront-1.5.0-alpha.1686638980+5d61374b
wavefront-1.5.0-alpha.1686292403+7af65946
wavefront-1.5.0-alpha.1685170427+4548d963
wavefront-1.5.0-alpha.1685085016+989072c2
1.4.x
wavefront-1.4.0
wavefront-1.4.0-alpha.1684521558+08d43cd3
wavefront-1.4.0-alpha.1684391615+5bcb28e2
wavefront-1.4.0-alpha.1684218280+8352e935
wavefront-1.4.0-alpha.1683958212+eb9468c5
wavefront-1.4.0-alpha.1683788506+6f4721e8
wavefront-1.4.0-alpha.1683614159+86e8f8a7
wavefront-1.4.0-alpha.1683355805+246bc80a
wavefront-1.4.0-alpha.1683269429+4370c3d0
wavefront-1.4.0-alpha.1681939701+b59e8db4
wavefront-1.4.0-alpha.1680912760+ec9a3add
1.3.x
wavefront-1.3.0
wavefront-1.3.0-alpha.1680631574+49098643
wavefront-1.3.0-alpha.1679420418+3628c749
wavefront-1.3.0-alpha.1679338020+382f6110
wavefront-1.3.0-alpha.1678210484+01919191
wavefront-1.3.0-alpha.1677788947+73910eb1
wavefront-1.3.0-alpha.1673556430+ca488e70
1.2.x
wavefront-1.2.0
wavefront-1.2.0-alpha.1669657115+e49b5ea4
wavefront-1.2.0-alpha.1668658682+94a55e5d

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>wavefront</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:wavefront:2.1.0'

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

implementation("com.pulumi:wavefront:2.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "wavefront" % "2.1.0"