License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.niloen.spring.data |
ArtifactId | ArtifactIdgoogle-datastore |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionSpring Data Google Datastore
Sprint Data for Google Datastore
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
google-datastore-0.0.1.pom | |
google-datastore-0.0.1.jar | 28 KB |
google-datastore-0.0.1-sources.jar | 15 KB |
google-datastore-0.0.1-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.niloen.spring.data/google-datastore/ -->
<dependency>
<groupId>com.niloen.spring.data</groupId>
<artifactId>google-datastore</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.niloen.spring.data/google-datastore/
implementation 'com.niloen.spring.data:google-datastore:0.0.1'
// https://jarcasting.com/artifacts/com.niloen.spring.data/google-datastore/
implementation ("com.niloen.spring.data:google-datastore:0.0.1")
'com.niloen.spring.data:google-datastore:jar:0.0.1'
<dependency org="com.niloen.spring.data" name="google-datastore" rev="0.0.1">
<artifact name="google-datastore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.niloen.spring.data', module='google-datastore', version='0.0.1')
)
libraryDependencies += "com.niloen.spring.data" % "google-datastore" % "0.0.1"
[com.niloen.spring.data/google-datastore "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-keyvalue | jar | 1.1.6.RELEASE |
com.google.cloud : google-cloud-datastore | jar | 0.9.3-beta |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.5.RELEASE |
junit : junit | jar | 4.12 |
org.projectlombok : lombok | jar | 1.16.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |