MVN

com.pulumi : fastly

Maven & Gradle

Aug 26, 2023
8 stars

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

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

Latest Version

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

  • Latest Stable: 8.1.4
  • Latest Alpha: 8.2.0-alpha.1693027848+03bfe7fa

All Versions

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

Version Vulnerabilities Updated
8.2.x
fastly-8.2.0-alpha.1693027848+03bfe7fa
fastly-8.2.0-alpha.1692855190+4280b7b5
fastly-8.2.0-alpha.1691732370+15c9f5d8
fastly-8.2.0-alpha.1691646182+ce5e1769
fastly-8.2.0-alpha.1691614043+08df3141
fastly-8.2.0-alpha.1691166117+78b1d13d
fastly-8.2.0-alpha.1691055654+0cf364a6
fastly-8.2.0-alpha.1691040884+2af98e44
fastly-8.2.0-alpha.1690262840+e9749593
fastly-8.2.0-alpha.1689313020+6e3685cc
fastly-8.2.0-alpha.1688059197+d3d8d176
fastly-8.2.0-alpha.1687671288+e8028a4e
fastly-8.2.0-alpha.1687545350+019cb29a
fastly-8.2.0-alpha.1687464742+c7d23450
fastly-8.2.0-alpha.1687050452+4f478efb
8.1.x
fastly-8.1.4
fastly-8.1.3
fastly-8.1.2
fastly-8.1.1
fastly-8.1.0
fastly-8.1.0-alpha.1686825094+338b7fea
fastly-8.1.0-alpha.1686634705+71c7be02
fastly-8.1.0-alpha.1686288746+7d4aecdd
fastly-8.1.0-alpha.1686000123+76a43781
fastly-8.1.0-alpha.1685165775+f86817ea
8.0.x
fastly-8.0.0
fastly-8.0.0-alpha.1685125423+97d42221
7.4.x
fastly-7.4.0-alpha.1685079686+f23ad9f3
fastly-7.4.0-alpha.1684388245+ad5dd2fd
fastly-7.4.0-alpha.1684215251+6f99e71a
fastly-7.4.0-alpha.1684173919+41e6433e
fastly-7.4.0-alpha.1683784083+38587be1
fastly-7.4.0-alpha.1683610349+33167fef
fastly-7.4.0-alpha.1683351244+76a0f4bd
fastly-7.4.0-alpha.1683265072+df82e374
fastly-7.4.0-alpha.1683221613+6af9b073
fastly-7.4.0-alpha.1683051704+6f973c7d
fastly-7.4.0-alpha.1682378133+dd5fe149
fastly-7.4.0-alpha.1682376810+704fb577
7.3.x
fastly-7.3.2
fastly-7.3.1
fastly-7.3.0
fastly-7.3.0-alpha.1682029970+a58f0717
fastly-7.3.0-alpha.1681928591+3dd30944
fastly-7.3.0-alpha.1680908795+c3ef1ecb
7.2.x
fastly-7.2.0
fastly-7.2.0-alpha.1680648724+d7250679
fastly-7.2.0-alpha.1679414195+112f6f9b
fastly-7.2.0-alpha.1679334311+265cb78b
7.1.x
fastly-7.1.0
fastly-7.1.0-alpha.1679082899+dda5a80b
fastly-7.1.0-alpha.1678735345+af649377
7.0.x
fastly-7.0.1
6.2.x
fastly-6.2.0-alpha.1678476996+47c9caae
fastly-6.2.0-alpha.1678403579+dac0a2b7
fastly-6.2.0-alpha.1678210444+aad345bf
fastly-6.2.0-alpha.1677783082+7479285a
6.1.x
fastly-6.1.0
fastly-6.1.0-alpha.1677662669+d4ed59c9
fastly-6.1.0-alpha.1676678902+fff461a6
fastly-6.1.0-alpha.1676677795+1c01b4db
fastly-6.1.0-alpha.1676595484+be05e3a8
6.0.x
fastly-6.0.0-alpha.1675060879+608080c8
fastly-6.0.0
fastly-6.0.0-alpha.1674790572+411e1204
5.2.x
fastly-5.2.0-alpha.1673556063+41f637a0
fastly-5.2.0-alpha.1673416729+14fca93f
5.1.x
fastly-5.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pulumi</groupId>
    <artifactId>fastly</artifactId>
    <version>8.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pulumi:fastly:8.1.4'

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

implementation("com.pulumi:fastly:8.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pulumi" % "fastly" % "8.1.4"

Advertisement