MVN

com.deliveredtechnologies : tf-s3-archetype

Maven & Gradle

Mar 24, 2022
39 stars

Archetype - tf-s3-archetype · Terraform Maven S3 Project Archetype

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

Latest Version

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

  • Latest Stable: 0.13-593

All Versions

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

Version Vulnerabilities Updated
0.13
tf-s3-archetype-0.13-593
tf-s3-archetype-0.13-589
tf-s3-archetype-0.13-586
tf-s3-archetype-0.13-583
tf-s3-archetype-0.13-582
tf-s3-archetype-0.13-574
tf-s3-archetype-0.13-573
tf-s3-archetype-0.13
tf-s3-archetype-0.13-542
tf-s3-archetype-0.13-539
tf-s3-archetype-0.13-538
tf-s3-archetype-0.13-536
tf-s3-archetype-0.13-32
tf-s3-archetype-0.13-31
tf-s3-archetype-0.13-30
tf-s3-archetype-0.13-29
tf-s3-archetype-0.13-28
tf-s3-archetype-0.13-27
tf-s3-archetype-0.13-26
tf-s3-archetype-0.13-25
tf-s3-archetype-0.13-24
tf-s3-archetype-0.13-23
tf-s3-archetype-0.13-22
tf-s3-archetype-0.13-21
tf-s3-archetype-0.13-20
tf-s3-archetype-0.13-19
tf-s3-archetype-0.13-18
tf-s3-archetype-0.13-17
0.12
tf-s3-archetype-0.12
tf-s3-archetype-0.12-11
tf-s3-archetype-0.12-9
tf-s3-archetype-0.12-8
tf-s3-archetype-0.12-21
0.11.x
tf-s3-archetype-0.11.1
0.11
tf-s3-archetype-0.11
0.10.x
tf-s3-archetype-0.10.1
0.10
tf-s3-archetype-0.10
0.9.x
tf-s3-archetype-0.9.1
0.9
tf-s3-archetype-0.9
0.8.x
tf-s3-archetype-0.8.2
tf-s3-archetype-0.8.1
0.8
tf-s3-archetype-0.8
0.7.x
tf-s3-archetype-0.7.3
tf-s3-archetype-0.7.2
tf-s3-archetype-0.7.1
0.7
tf-s3-archetype-0.7
0.6
tf-s3-archetype-0.6
0.5.x
tf-s3-archetype-0.5.4
tf-s3-archetype-0.5.3
tf-s3-archetype-0.5.2
tf-s3-archetype-0.5.1
0.5
tf-s3-archetype-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.deliveredtechnologies</groupId>
    <artifactId>tf-s3-archetype</artifactId>
    <version>0.13-593</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.deliveredtechnologies:tf-s3-archetype:0.13-593'

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

implementation("com.deliveredtechnologies:tf-s3-archetype:0.13-593")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.deliveredtechnologies" % "tf-s3-archetype" % "0.13-593"

Advertisement