License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdorg.extrema-sistemas |
ArtifactId | ArtifactIdjackson4gae |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjackson4gae
Jackson4GAE is a collection of Jackson serializers and deserializers of common Google AppEngine data types.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jackson4gae-1.1.pom | |
jackson4gae-1.1.jar | 16 KB |
jackson4gae-1.1-sources.jar | 10 KB |
jackson4gae-1.1-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.extrema-sistemas/jackson4gae/ -->
<dependency>
<groupId>org.extrema-sistemas</groupId>
<artifactId>jackson4gae</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.extrema-sistemas/jackson4gae/
implementation 'org.extrema-sistemas:jackson4gae:1.1'
// https://jarcasting.com/artifacts/org.extrema-sistemas/jackson4gae/
implementation ("org.extrema-sistemas:jackson4gae:1.1")
'org.extrema-sistemas:jackson4gae:jar:1.1'
<dependency org="org.extrema-sistemas" name="jackson4gae" rev="1.1">
<artifact name="jackson4gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.extrema-sistemas', module='jackson4gae', version='1.1')
)
libraryDependencies += "org.extrema-sistemas" % "jackson4gae" % "1.1"
[org.extrema-sistemas/jackson4gae "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.appengine : appengine-api-1.0-sdk | jar | 1.8.0 |
com.google.guava : guava | jar | 14.0.1 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.2 |
org.codehaus.jackson : jackson-core-asl | jar | 1.9.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.appengine : appengine-api-stubs | jar | 1.8.0 |
junit : junit | jar | 4.5 |
com.google.appengine : appengine-testing | jar | 1.8.0 |