AutoValue: Jackson Runtime

AutoValue extension for serializing with Jasckon

License

License

Categories

Categories

Auto Application Layer Libs Code Generators Jackson Data JSON
GroupId

GroupId

com.ppiech.auto.value
ArtifactId

ArtifactId

jackson-auto
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

AutoValue: Jackson Runtime
AutoValue extension for serializing with Jasckon
Project URL

Project URL

https://github.com/ppiech/auto-value-jackson/
Source Code Management

Source Code Management

https://github.com/ppiech/auto-value-jackson/

Download jackson-auto

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1