MVN

com.deliveredtechnologies : tf-test-groovy

Maven & Gradle

Mar 24, 2022
39 stars

tf-test-groovy · Terraform Build Tools: The parent POM project for Java and Terraform Tools

<dependency>
    <groupId>com.deliveredtechnologies</groupId>
    <artifactId>tf-test-groovy</artifactId>
    <version>0.13-593</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deliveredtechnologies : tf-test-groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13-593

All Versions

Choose a version of com.deliveredtechnologies : tf-test-groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
tf-test-groovy-0.13-593
tf-test-groovy-0.13-589
tf-test-groovy-0.13-586
tf-test-groovy-0.13-583
tf-test-groovy-0.13-582
tf-test-groovy-0.13-574
tf-test-groovy-0.13-573
tf-test-groovy-0.13
tf-test-groovy-0.13-542
tf-test-groovy-0.13-539
tf-test-groovy-0.13-538
tf-test-groovy-0.13-536
tf-test-groovy-0.13-32
tf-test-groovy-0.13-31
tf-test-groovy-0.13-30
tf-test-groovy-0.13-29
tf-test-groovy-0.13-28
tf-test-groovy-0.13-27
tf-test-groovy-0.13-26
tf-test-groovy-0.13-25
tf-test-groovy-0.13-24
tf-test-groovy-0.13-23
tf-test-groovy-0.13-22
tf-test-groovy-0.13-21
tf-test-groovy-0.13-20
tf-test-groovy-0.13-19
tf-test-groovy-0.13-18
tf-test-groovy-0.13-17
0.12
tf-test-groovy-0.12
tf-test-groovy-0.12-11
tf-test-groovy-0.12-9
tf-test-groovy-0.12-8
tf-test-groovy-0.12-21

How to add a dependency to Maven

Add the following com.deliveredtechnologies : tf-test-groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.deliveredtechnologies</groupId>
    <artifactId>tf-test-groovy</artifactId>
    <version>0.13-593</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.deliveredtechnologies : tf-test-groovy gradle dependency to your build.gradle file:

implementation 'com.deliveredtechnologies:tf-test-groovy:0.13-593'

Gradle Kotlin DSL: Add the following com.deliveredtechnologies : tf-test-groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.deliveredtechnologies:tf-test-groovy:0.13-593")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.deliveredtechnologies : tf-test-groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.deliveredtechnologies" % "tf-test-groovy" % "0.13-593"

Advertisement