Veslo Jackson2 Module

The module provides the ability to convert models (DTO) into their JSON representation and back using the Jackson2 library.

License

License

Categories

Categories

Retrofit Net HTTP Clients Jackson Data JSON
GroupId

GroupId

org.touchbit.retrofit.veslo
ArtifactId

ArtifactId

jackson
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Veslo Jackson2 Module
The module provides the ability to convert models (DTO) into their JSON representation and back using the Jackson2 library.
Project URL

Project URL

https://github.com/touchbit/retrofit-veslo

Download jackson

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.touchbit.retrofit.veslo : core jar 1.2.0
com.fasterxml.jackson.core : jackson-databind jar 2.13.1

test (3)

Group / Artifact Type Version
org.touchbit.retrofit.veslo » internal-test-module jar 1.2.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.1
1.0.0