com.github.peckb1:autojackson-processor

A set of annotations to use in conjunction with the Jackson JSON project to cut down on the boiler plate needed to de/serializer JSON data into Java objects

License

License

Categories

Categories

Auto Application Layer Libs Code Generators Jackson Data JSON
GroupId

GroupId

com.github.peckb1
ArtifactId

ArtifactId

autojackson-processor
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

A set of annotations to use in conjunction with the Jackson JSON project to cut down on the boiler plate needed to de/serializer JSON data into Java objects

Download autojackson-processor

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
com.google.auto.service : auto-service Optional jar 1.0-rc3
com.squareup : javapoet jar 1.8.0
com.fasterxml.jackson.core : jackson-core jar 2.8.5
com.fasterxml.jackson.core : jackson-annotations jar 2.8.5
com.fasterxml.jackson.core : jackson-databind jar 2.8.5
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.8.5
com.fasterxml.jackson.datatype : jackson-datatype-guava jar 2.8.5
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0
0.2.0