MVN

org.entur.ror.helpers : gcp-storage

Maven & Gradle

Aug 24, 2023
2 stars

gcp-storage

<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>gcp-storage</artifactId>
    <version>1.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entur.ror.helpers : gcp-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.100

All Versions

Choose a version of org.entur.ror.helpers : gcp-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
gcp-storage-2.2
2.1
gcp-storage-2.1
2.0
gcp-storage-2.0
1.99
gcp-storage-1.99
1.98
gcp-storage-1.98
1.97
gcp-storage-1.97
1.96
gcp-storage-1.96
1.95
gcp-storage-1.95
1.94
gcp-storage-1.94
1.93
gcp-storage-1.93
1.92
gcp-storage-1.92
1.91
gcp-storage-1.91
1.90
gcp-storage-1.90
1.89
gcp-storage-1.89
1.88
gcp-storage-1.88
1.87
gcp-storage-1.87
1.86
gcp-storage-1.86
1.85
gcp-storage-1.85
1.84
gcp-storage-1.84
1.83
gcp-storage-1.83
1.100
gcp-storage-1.100
1.0.x
gcp-storage-1.0.82
gcp-storage-1.0.81
gcp-storage-1.0.80
gcp-storage-1.0.79
gcp-storage-1.0.78

How to add a dependency to Maven

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

<dependency>
    <groupId>org.entur.ror.helpers</groupId>
    <artifactId>gcp-storage</artifactId>
    <version>1.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entur.ror.helpers : gcp-storage gradle dependency to your build.gradle file:

implementation 'org.entur.ror.helpers:gcp-storage:1.100'

Gradle Kotlin DSL: Add the following org.entur.ror.helpers : gcp-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entur.ror.helpers:gcp-storage:1.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entur.ror.helpers : gcp-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entur.ror.helpers" % "gcp-storage" % "1.100"

Advertisement