is not current version
Last Version 1.1

org.extrema-sistemas:jackson4gae 1.0

Jackson4GAE is a collection of Jackson serializers and deserializers of common Google AppEngine data types.

Categories

Categories

Jackson Data JSON
GroupId

GroupId

org.extrema-sistemas
ArtifactId

ArtifactId

jackson4gae
Version

Version

1.0
Type

Type

jar

Download jackson4gae 1.0


<!-- https://jarcasting.com/artifacts/org.extrema-sistemas/jackson4gae/ -->
<dependency>
    <groupId>org.extrema-sistemas</groupId>
    <artifactId>jackson4gae</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.extrema-sistemas/jackson4gae/
implementation 'org.extrema-sistemas:jackson4gae:1.0'
// https://jarcasting.com/artifacts/org.extrema-sistemas/jackson4gae/
implementation ("org.extrema-sistemas:jackson4gae:1.0")
'org.extrema-sistemas:jackson4gae:jar:1.0'
<dependency org="org.extrema-sistemas" name="jackson4gae" rev="1.0">
  <artifact name="jackson4gae" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.extrema-sistemas', module='jackson4gae', version='1.0')
)
libraryDependencies += "org.extrema-sistemas" % "jackson4gae" % "1.0"
[org.extrema-sistemas/jackson4gae "1.0"]