is not current version
Last Version 3.3.0

com.google.cloud:spring-cloud-gcp-starter-firestore 2.0.0

Starter for Google Cloud Firestore

GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

spring-cloud-gcp-starter-firestore
Version

Version

2.0.0
Type

Type

jar

Download spring-cloud-gcp-starter-firestore 2.0.0


<!-- https://jarcasting.com/artifacts/com.google.cloud/spring-cloud-gcp-starter-firestore/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>spring-cloud-gcp-starter-firestore</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/spring-cloud-gcp-starter-firestore/
implementation 'com.google.cloud:spring-cloud-gcp-starter-firestore:2.0.0'
// https://jarcasting.com/artifacts/com.google.cloud/spring-cloud-gcp-starter-firestore/
implementation ("com.google.cloud:spring-cloud-gcp-starter-firestore:2.0.0")
'com.google.cloud:spring-cloud-gcp-starter-firestore:jar:2.0.0'
<dependency org="com.google.cloud" name="spring-cloud-gcp-starter-firestore" rev="2.0.0">
  <artifact name="spring-cloud-gcp-starter-firestore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='spring-cloud-gcp-starter-firestore', version='2.0.0')
)
libraryDependencies += "com.google.cloud" % "spring-cloud-gcp-starter-firestore" % "2.0.0"
[com.google.cloud/spring-cloud-gcp-starter-firestore "2.0.0"]