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.0.1.jar download
datastore-v1-protos-1.0.1.pom download
datastore-v1-protos-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.datastore</groupId>
  <artifactId>datastore-v1-protos</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.datastore:datastore-v1-protos:1.0.1'
Gradle Kotlin
implementation("com.google.cloud.datastore:datastore-v1-protos:1.0.1")
Scala SBT
libraryDependencies += "com.google.cloud.datastore" % "datastore-v1-protos" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.datastore', module='datastore-v1-protos', version='1.0.1')
)
Apache Ivy
<dependency org="com.google.cloud.datastore" name="datastore-v1-protos" rev="1.0.1" />
Leiningen
[com.google.cloud.datastore/datastore-v1-protos "1.0.1"]
Apache Buildr
'com.google.cloud.datastore:datastore-v1-protos:jar:1.0.1'