| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators Jackson Data JSON |
| GroupId | GroupIdcom.github.peckb1 |
| ArtifactId | ArtifactIdautojackson |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.github.peckb1:autojackson
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
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| autojackson-1.1.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.peckb1/autojackson/ -->
<dependency>
<groupId>com.github.peckb1</groupId>
<artifactId>autojackson</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.peckb1/autojackson/
implementation 'com.github.peckb1:autojackson:1.1.1'
// https://jarcasting.com/artifacts/com.github.peckb1/autojackson/
implementation ("com.github.peckb1:autojackson:1.1.1")
'com.github.peckb1:autojackson:pom:1.1.1'
<dependency org="com.github.peckb1" name="autojackson" rev="1.1.1">
<artifact name="autojackson" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.peckb1', module='autojackson', version='1.1.1')
)
libraryDependencies += "com.github.peckb1" % "autojackson" % "1.1.1"
[com.github.peckb1/autojackson "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |