is not current version
Last Version 1.1.1

com.github.peckb1:autojackson 1.1.0

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

Categories

Categories

Auto Application Layer Libs Code Generators Jackson Data JSON
GroupId

GroupId

com.github.peckb1
ArtifactId

ArtifactId

autojackson
Version

Version

1.1.0
Type

Type

pom

Download autojackson 1.1.0

Filename Size
autojackson-1.1.0.pom 5 KB
Browse

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