MVN

org.finos.tracdap.plugins : gcp-storage

Maven & Gradle

Sep 11, 2023
35 stars

gcp-storage · GCP storage plugin, store and retrieve data in GCS buckets

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

Latest Version

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

  • Latest Stable: 0.6.0-rc2
  • Latest Release Candidate: 0.6.0-rc2

All Versions

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

Version Vulnerabilities Updated
0.6.x
gcp-storage-0.6.0-rc2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.finos.tracdap.plugins</groupId>
    <artifactId>gcp-storage</artifactId>
    <version>0.6.0-rc2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.finos.tracdap.plugins:gcp-storage:0.6.0-rc2'

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

implementation("org.finos.tracdap.plugins:gcp-storage:0.6.0-rc2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.finos.tracdap.plugins" % "gcp-storage" % "0.6.0-rc2"