MVN

com.pulumi : sdwan

Maven & Gradle

May 31, 2024
0 stars

pulumi-sdwan · A Pulumi package for managing resources on Cisco Catalyst SD-WAN.

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>sdwan</artifactId>
    <version>0.2.0-alpha.1717147084</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.0-alpha.1717147084
  • Latest Alpha: 0.2.0-alpha.1717147084

All Versions

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

Version Vulnerabilities Updated
0.2.x
sdwan-0.2.0-alpha.1717147084

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>sdwan</artifactId>
    <version>0.2.0-alpha.1717147084</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:sdwan:0.2.0-alpha.1717147084'

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

implementation("com.pulumi:sdwan:0.2.0-alpha.1717147084")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "sdwan" % "0.2.0-alpha.1717147084"

Advertisement