MVN

com.pulumi : meraki

Maven & Gradle

May 31, 2024
0 stars

pulumi-meraki · A Pulumi package for creating and managing Cisco Meraki resources

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

Latest Version

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

  • Latest Stable: 0.2.1
  • Latest Alpha: 0.3.0-alpha.1717147856

All Versions

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

Version Vulnerabilities Updated
0.3.x
meraki-0.3.0-alpha.1717147856
0.2.x
meraki-0.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>meraki</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:meraki:0.2.1'

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

implementation("com.pulumi:meraki:0.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "meraki" % "0.2.1"

Advertisement