MVN

org.finos.tracdap.plugins : gcp-config

Maven & Gradle

Jun 13, 2023
35 stars

gcp-config · GCP config plugin, load config from GCP cloud storage and secret manager

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

Latest Version

Choose a version of org.finos.tracdap.plugins : gcp-config 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 : gcp-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
gcp-config-0.6.0-rc1
0.5.x
gcp-config-0.5.28
gcp-config-0.5.27
gcp-config-0.5.25
gcp-config-0.5.24
gcp-config-0.5.23
gcp-config-0.5.22
gcp-config-0.5.21
gcp-config-0.5.20
gcp-config-0.5.19
gcp-config-0.5.18
gcp-config-0.5.11
gcp-config-0.5.10
gcp-config-0.5.9
gcp-config-0.5.8
gcp-config-0.5.7
gcp-config-0.5.6
gcp-config-0.5.5
gcp-config-0.5.4
gcp-config-0.5.3
gcp-config-0.5.2
gcp-config-0.5.1
gcp-config-0.5.0
gcp-config-0.5.0-rc.4
gcp-config-0.5.0-rc.3
gcp-config-0.5.0-rc.2
gcp-config-0.5.0-rc.1
0.4.x
gcp-config-0.4.10
gcp-config-0.4.9
gcp-config-0.4.8
gcp-config-0.4.7
gcp-config-0.4.6
gcp-config-0.4.5
gcp-config-0.4.4
gcp-config-0.4.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.finos.tracdap.plugins</groupId>
    <artifactId>gcp-config</artifactId>
    <version>0.5.28</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.finos.tracdap.plugins:gcp-config:0.5.28'

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

implementation("org.finos.tracdap.plugins:gcp-config:0.5.28")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.finos.tracdap.plugins" % "gcp-config" % "0.5.28"

Advertisement