MVN

org.terrakube.terraform : terraform-spring-boot-autoconfigure

Maven & Gradle

Jun 02, 2023
2 stars

Terraform Spring Boot Auto-configure · Terraform spring boot auto-configuration.

<dependency>
    <groupId>org.terrakube.terraform</groupId>
    <artifactId>terraform-spring-boot-autoconfigure</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.terrakube.terraform : terraform-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of org.terrakube.terraform : terraform-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
terraform-spring-boot-autoconfigure-0.10.1
terraform-spring-boot-autoconfigure-0.10.0
0.9.x
terraform-spring-boot-autoconfigure-0.9.1
terraform-spring-boot-autoconfigure-0.9.0
0.8.x
terraform-spring-boot-autoconfigure-0.8.0
0.7.x
terraform-spring-boot-autoconfigure-0.7.1
terraform-spring-boot-autoconfigure-0.7.0
0.6.x
terraform-spring-boot-autoconfigure-0.6.5
terraform-spring-boot-autoconfigure-0.6.4

How to add a dependency to Maven

Add the following org.terrakube.terraform : terraform-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.terrakube.terraform</groupId>
    <artifactId>terraform-spring-boot-autoconfigure</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.terrakube.terraform : terraform-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'org.terrakube.terraform:terraform-spring-boot-autoconfigure:0.10.1'

Gradle Kotlin DSL: Add the following org.terrakube.terraform : terraform-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("org.terrakube.terraform:terraform-spring-boot-autoconfigure:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.terrakube.terraform : terraform-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "org.terrakube.terraform" % "terraform-spring-boot-autoconfigure" % "0.10.1"