MVN

com.pulumi : kubernetes-cert-manager

Maven & Gradle

Apr 18, 2024
13 stars

pulumi-kubernetes-cert-manager · Strongly-typed Cert Manager installation

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>kubernetes-cert-manager</artifactId>
    <version>0.0.7-alpha.1713480676+dd2bb7bb</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.7-alpha.1713480676+dd2bb7bb
  • Latest Alpha: 0.0.7-alpha.1713480676+dd2bb7bb

All Versions

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

Version Vulnerabilities Updated
0.0.x
kubernetes-cert-manager-0.0.7-alpha.1713480676+dd2bb7bb

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>kubernetes-cert-manager</artifactId>
    <version>0.0.7-alpha.1713480676+dd2bb7bb</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pulumi : kubernetes-cert-manager gradle dependency to your build.gradle file:

implementation 'com.pulumi:kubernetes-cert-manager:0.0.7-alpha.1713480676+dd2bb7bb'

Gradle Kotlin DSL: Add the following com.pulumi : kubernetes-cert-manager gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pulumi:kubernetes-cert-manager:0.0.7-alpha.1713480676+dd2bb7bb")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pulumi : kubernetes-cert-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pulumi" % "kubernetes-cert-manager" % "0.0.7-alpha.1713480676+dd2bb7bb"

Advertisement