d

datastore-v1-protos

Protocol buffers for accessing the Google Cloud Datastore API.
https://cloud.google.com/datastore/
The Apache License, Version 2.0
Files download
File Operation
datastore-v1-protos-1.4.0.jar download
datastore-v1-protos-1.4.0.pom download
datastore-v1-protos-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.datastore</groupId>
  <artifactId>datastore-v1-protos</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.datastore:datastore-v1-protos:1.4.0'
Gradle Kotlin
implementation("com.google.cloud.datastore:datastore-v1-protos:1.4.0")
Scala SBT
libraryDependencies += "com.google.cloud.datastore" % "datastore-v1-protos" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.datastore', module='datastore-v1-protos', version='1.4.0')
)
Apache Ivy
<dependency org="com.google.cloud.datastore" name="datastore-v1-protos" rev="1.4.0" />
Leiningen
[com.google.cloud.datastore/datastore-v1-protos "1.4.0"]
Apache Buildr
'com.google.cloud.datastore:datastore-v1-protos:jar:1.4.0'