MVN

io.github.fern-api : terraform

Maven & Gradle

Nov 03, 2022
<dependency>
    <groupId>io.github.fern-api</groupId>
    <artifactId>terraform</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fern-api : terraform to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18

All Versions

Choose a version of io.github.fern-api : terraform to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
terraform-0.0.18
terraform-0.0.17
terraform-0.0.16
terraform-0.0.15
terraform-0.0.14
terraform-0.0.13
terraform-0.0.12
terraform-0.0.11
terraform-0.0.10
terraform-0.0.9
terraform-0.0.8
terraform-0.0.7
terraform-0.0.6

How to add a dependency to Maven

Add the following io.github.fern-api : terraform maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fern-api</groupId>
    <artifactId>terraform</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fern-api : terraform gradle dependency to your build.gradle file:

implementation 'io.github.fern-api:terraform:0.0.18'

Gradle Kotlin DSL: Add the following io.github.fern-api : terraform gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fern-api:terraform:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fern-api : terraform sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fern-api" % "terraform" % "0.0.18"