| License |
License |
|---|---|
| Categories |
CategoriesData Jackson JSON |
| GroupId | GroupIdcom.github.athieriot |
| ArtifactId | ArtifactIdjackson-datatype-google-datastore |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjackson-datatype-google-datastore
Support for Google Datastore Entity
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.athieriot/jackson-datatype-google-datastore/ -->
<dependency>
<groupId>com.github.athieriot</groupId>
<artifactId>jackson-datatype-google-datastore</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.athieriot/jackson-datatype-google-datastore/
implementation 'com.github.athieriot:jackson-datatype-google-datastore:0.0.1'
// https://jarcasting.com/artifacts/com.github.athieriot/jackson-datatype-google-datastore/
implementation ("com.github.athieriot:jackson-datatype-google-datastore:0.0.1")
'com.github.athieriot:jackson-datatype-google-datastore:jar:0.0.1'
<dependency org="com.github.athieriot" name="jackson-datatype-google-datastore" rev="0.0.1">
<artifact name="jackson-datatype-google-datastore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.athieriot', module='jackson-datatype-google-datastore', version='0.0.1')
)
libraryDependencies += "com.github.athieriot" % "jackson-datatype-google-datastore" % "0.0.1"
[com.github.athieriot/jackson-datatype-google-datastore "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.cloud : google-cloud-datastore | jar | 1.16.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |