MVN

com.google.cloud : google-cloud-nio-retrofit

Maven & Gradle

Aug 17, 2023
59 stars

Google Cloud NIO Retrofit Example · Demonstrates how to use the google-cloud-nio jar to add Google Cloud Storage functionality to legacy code.

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-nio-retrofit</artifactId>
    <version>0.127.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud : google-cloud-nio-retrofit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.127.2

All Versions

Choose a version of com.google.cloud : google-cloud-nio-retrofit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.127.x
google-cloud-nio-retrofit-0.127.2
google-cloud-nio-retrofit-0.127.1
google-cloud-nio-retrofit-0.127.0
0.126.x
google-cloud-nio-retrofit-0.126.19
google-cloud-nio-retrofit-0.126.18
google-cloud-nio-retrofit-0.126.17
google-cloud-nio-retrofit-0.126.16
google-cloud-nio-retrofit-0.126.15
google-cloud-nio-retrofit-0.126.14
google-cloud-nio-retrofit-0.126.13
google-cloud-nio-retrofit-0.126.12
google-cloud-nio-retrofit-0.126.11
google-cloud-nio-retrofit-0.126.10
google-cloud-nio-retrofit-0.126.9
google-cloud-nio-retrofit-0.126.8
google-cloud-nio-retrofit-0.126.7
google-cloud-nio-retrofit-0.126.6
google-cloud-nio-retrofit-0.126.5
google-cloud-nio-retrofit-0.126.4
google-cloud-nio-retrofit-0.126.3
google-cloud-nio-retrofit-0.126.2
google-cloud-nio-retrofit-0.126.1
google-cloud-nio-retrofit-0.126.0
0.125.x
google-cloud-nio-retrofit-0.125.0
0.124.x
google-cloud-nio-retrofit-0.124.21
google-cloud-nio-retrofit-0.124.20
google-cloud-nio-retrofit-0.124.19
google-cloud-nio-retrofit-0.124.18
google-cloud-nio-retrofit-0.124.17
google-cloud-nio-retrofit-0.124.16
google-cloud-nio-retrofit-0.124.15
google-cloud-nio-retrofit-0.124.14
google-cloud-nio-retrofit-0.124.13
google-cloud-nio-retrofit-0.124.12
google-cloud-nio-retrofit-0.124.11
google-cloud-nio-retrofit-0.124.10
google-cloud-nio-retrofit-0.124.8
google-cloud-nio-retrofit-0.124.7
google-cloud-nio-retrofit-0.124.6
google-cloud-nio-retrofit-0.124.5
google-cloud-nio-retrofit-0.124.4
google-cloud-nio-retrofit-0.124.3
google-cloud-nio-retrofit-0.124.2
google-cloud-nio-retrofit-0.124.1
google-cloud-nio-retrofit-0.124.0
0.123.x
google-cloud-nio-retrofit-0.123.28
google-cloud-nio-retrofit-0.123.27
google-cloud-nio-retrofit-0.123.26
google-cloud-nio-retrofit-0.123.25
google-cloud-nio-retrofit-0.123.24
google-cloud-nio-retrofit-0.123.23
google-cloud-nio-retrofit-0.123.22
google-cloud-nio-retrofit-0.123.21
google-cloud-nio-retrofit-0.123.20
google-cloud-nio-retrofit-0.123.19
google-cloud-nio-retrofit-0.123.18
google-cloud-nio-retrofit-0.123.17
google-cloud-nio-retrofit-0.123.16
google-cloud-nio-retrofit-0.123.14
google-cloud-nio-retrofit-0.123.13
google-cloud-nio-retrofit-0.123.12
google-cloud-nio-retrofit-0.123.11
google-cloud-nio-retrofit-0.123.10
google-cloud-nio-retrofit-0.123.9
google-cloud-nio-retrofit-0.123.8
google-cloud-nio-retrofit-0.123.7
google-cloud-nio-retrofit-0.123.6
google-cloud-nio-retrofit-0.123.5
google-cloud-nio-retrofit-0.123.4
google-cloud-nio-retrofit-0.123.3
google-cloud-nio-retrofit-0.123.2
google-cloud-nio-retrofit-0.123.1
google-cloud-nio-retrofit-0.123.0
0.122.x
google-cloud-nio-retrofit-0.122.14
google-cloud-nio-retrofit-0.122.13
google-cloud-nio-retrofit-0.122.12
google-cloud-nio-retrofit-0.122.11
google-cloud-nio-retrofit-0.122.10
google-cloud-nio-retrofit-0.122.9
google-cloud-nio-retrofit-0.122.8
google-cloud-nio-retrofit-0.122.7
google-cloud-nio-retrofit-0.122.6
google-cloud-nio-retrofit-0.122.5
google-cloud-nio-retrofit-0.122.4
google-cloud-nio-retrofit-0.122.3
google-cloud-nio-retrofit-0.122.2
google-cloud-nio-retrofit-0.122.1
google-cloud-nio-retrofit-0.122.0
0.121.x
google-cloud-nio-retrofit-0.121.2
google-cloud-nio-retrofit-0.121.1
google-cloud-nio-retrofit-0.121.0

How to add a dependency to Maven

Add the following com.google.cloud : google-cloud-nio-retrofit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-nio-retrofit</artifactId>
    <version>0.127.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.cloud : google-cloud-nio-retrofit gradle dependency to your build.gradle file:

implementation 'com.google.cloud:google-cloud-nio-retrofit:0.127.2'

Gradle Kotlin DSL: Add the following com.google.cloud : google-cloud-nio-retrofit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.cloud:google-cloud-nio-retrofit:0.127.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.cloud : google-cloud-nio-retrofit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.cloud" % "google-cloud-nio-retrofit" % "0.127.2"

Advertisement