MVN

com.pulumi : kong

Maven & Gradle

Aug 26, 2023
6 stars

pulumi-kong · A Pulumi package for creating and managing Kong resources.

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>kong</artifactId>
    <version>4.6.0-alpha.1693028576+c7071035</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.6.0-alpha.1693028576+c7071035
  • Latest Alpha: 4.6.0-alpha.1693028576+c7071035

All Versions

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

Version Vulnerabilities Updated
4.6.x
kong-4.6.0-alpha.1693028576+c7071035
kong-4.6.0-alpha.1692912602+f8e007a8
kong-4.6.0-alpha.1692911692+d4de00bf
kong-4.6.0-alpha.1691041464+238f5c64
kong-4.6.0-alpha.1690263216+85339bac
kong-4.6.0-alpha.1689313349+6c2e5cb1
kong-4.6.0-alpha.1687671661+d0cd984d
kong-4.6.0-alpha.1687055230+ba65979e
kong-4.6.0-alpha.1686635073+bd1a8549
kong-4.6.0-alpha.1685166077+cb28865b
kong-4.6.0-alpha.1685079815+299437e7
kong-4.6.0-alpha.1684388359+1895b42a
kong-4.6.0-alpha.1684215426+f1238792
kong-4.6.0-alpha.1683956030+5a6dc883
kong-4.6.0-alpha.1683784668+b2c48fb1
kong-4.6.0-alpha.1683610701+a56026d2
kong-4.6.0-alpha.1683265455+72280974
kong-4.6.0-alpha.1681931272+938d0fb0
kong-4.6.0-alpha.1680909042+079aa03c
kong-4.6.0-alpha.1679415328+5679c7b3
kong-4.6.0-alpha.1679353129+d6b63c07
kong-4.6.0-alpha.1677784192+fd0c78f9
kong-4.6.0-alpha.1673556127+f0dad607
kong-4.6.0-alpha.1668657891+23aa6df0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>kong</artifactId>
    <version>4.6.0-alpha.1693028576+c7071035</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:kong:4.6.0-alpha.1693028576+c7071035'

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

implementation("com.pulumi:kong:4.6.0-alpha.1693028576+c7071035")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "kong" % "4.6.0-alpha.1693028576+c7071035"

Advertisement