MVN

org.finos.tracdap.plugins : aws-storage

Maven & Gradle

Jun 13, 2023
34 stars

aws-storage · AWS config plugin, load config from S3 buckets and secrets manager

<dependency>
    <groupId>org.finos.tracdap.plugins</groupId>
    <artifactId>aws-storage</artifactId>
    <version>0.5.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.tracdap.plugins : aws-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.28
  • Latest Release Candidate: 0.6.0-rc1

All Versions

Choose a version of org.finos.tracdap.plugins : aws-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
aws-storage-0.6.0-rc1
0.5.x
aws-storage-0.5.28
aws-storage-0.5.27
aws-storage-0.5.25
aws-storage-0.5.24
aws-storage-0.5.23
aws-storage-0.5.22
aws-storage-0.5.21
aws-storage-0.5.20
aws-storage-0.5.19
aws-storage-0.5.18
aws-storage-0.5.11
aws-storage-0.5.10
aws-storage-0.5.9
aws-storage-0.5.8
aws-storage-0.5.7
aws-storage-0.5.6
aws-storage-0.5.5
aws-storage-0.5.4
aws-storage-0.5.3
aws-storage-0.5.2

How to add a dependency to Maven

Add the following org.finos.tracdap.plugins : aws-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.tracdap.plugins</groupId>
    <artifactId>aws-storage</artifactId>
    <version>0.5.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.tracdap.plugins : aws-storage gradle dependency to your build.gradle file:

implementation 'org.finos.tracdap.plugins:aws-storage:0.5.28'

Gradle Kotlin DSL: Add the following org.finos.tracdap.plugins : aws-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.tracdap.plugins:aws-storage:0.5.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.tracdap.plugins : aws-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.tracdap.plugins" % "aws-storage" % "0.5.28"