MVN

com.pulumi : auth0

Maven & Gradle

Aug 26, 2023
22 stars

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

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

Latest Version

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

  • Latest Stable: 2.24.0
  • Latest Alpha: 2.25.0-alpha.1693026920+2fd608c5

All Versions

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

Version Vulnerabilities Updated
2.25.x
auth0-2.25.0-alpha.1693026920+2fd608c5
2.24.x
auth0-2.24.0
auth0-2.24.0-alpha.1692854275+64cd29d9
auth0-2.24.0-alpha.1692851862+4e660e7c
auth0-2.24.0-alpha.1691731215+04314bad
auth0-2.24.0-alpha.1691126738+b551e789
auth0-2.24.0-alpha.1691039990+bd11757c
auth0-2.24.0-alpha.1690262264+0c4750b1
auth0-2.24.0-alpha.1689311929+5ecec4f6
2.23.x
auth0-2.23.0
auth0-2.23.0-alpha.1689156084+61c13314
2.22.x
auth0-2.22.0
auth0-2.22.0-alpha.1687902350+186ac2fb
auth0-2.22.0-alpha.1687670273+e839a463
auth0-2.22.0-alpha.1687054094+cb88656c
auth0-2.22.0-alpha.1686633527+94c9a0dc
auth0-2.22.0-alpha.1686287862+92bc95ae
auth0-2.22.0-alpha.1686082719+454ad4df
auth0-2.22.0-alpha.1685164751+32cdfa92
auth0-2.22.0-alpha.1685078276+5e345b78
2.21.x
auth0-2.21.0
auth0-2.21.0-alpha.1685038121+3bb4a396
2.20.x
auth0-2.20.0
auth0-2.20.0-alpha.1684525126+5ee6e849
auth0-2.20.0-alpha.1684387091+bce6979e
auth0-2.20.0-alpha.1684214280+ef5219bb
auth0-2.20.0-alpha.1683955022+65e9594d
auth0-2.20.0-alpha.1683782323+ddd3252a
auth0-2.20.0-alpha.1683609460+bb9463d0
auth0-2.20.0-alpha.1683350240+8b2354fb
auth0-2.20.0-alpha.1683264042+308d9cd5
2.19.x
auth0-2.19.0
auth0-2.19.0-alpha.1683053108+96f77653
auth0-2.19.0-alpha.1683051868+3ddb8450
auth0-2.19.0-alpha.1682710214+b042a2e0
auth0-2.19.0-alpha.1682698712+eafc4342
auth0-2.19.0-alpha.1682378998+4c53bba5
auth0-2.19.0-alpha.1681926962+9ea134f5
auth0-2.19.0-alpha.1680907897+27cc23f0
auth0-2.19.0-alpha.1679557424+b493ba34
auth0-2.19.0-alpha.1679412869+f901e9d9
2.18.x
auth0-2.18.0
auth0-2.18.0-alpha.1679348705+b019f112
auth0-2.18.0-alpha.1679333634+86ed5f72
auth0-2.18.0-alpha.1677781642+92f98ae5
2.17.x
auth0-2.17.1
auth0-2.17.0
auth0-2.17.0-alpha.1677662776+72f9f68c
auth0-2.17.0-alpha.1677587185+16d46bae
2.16.x
auth0-2.16.0
auth0-2.16.0-alpha.1676310122+db9b4886
auth0-2.16.0-alpha.1676160619+464cc666
2.15.x
auth0-2.15.0
auth0-2.15.0-alpha.1673561988+1ed2a2b0
auth0-2.15.0-alpha.1673555771+d2d3b0dd
auth0-2.15.0-alpha.1673415604+ec910b66
2.14.x
auth0-2.14.0
auth0-2.14.0-alpha.1666810964+26d92b9e
auth0-2.14.0-alpha.1663340940+995577ff
auth0-2.14.0-alpha.1663280530+cceb9327
2.13.x
auth0-2.13.0
auth0-2.13.0-alpha.1661535802+c2ec6bb2
2.12.x
auth0-2.12.0
auth0-2.12.0-alpha.1660228844+7262f1d2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>auth0</artifactId>
    <version>2.24.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:auth0:2.24.0'

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

implementation("com.pulumi:auth0:2.24.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "auth0" % "2.24.0"