is not current version
Last Version 0.4.6

eu.dattri:jsonbodyhandler 0.4.3

A handler for deserializing incoming json with the Java 11 HttpClient.

Categories

Categories

JSON Data
GroupId

GroupId

eu.dattri
ArtifactId

ArtifactId

jsonbodyhandler
Version

Version

0.4.3
Type

Type

jar

Download jsonbodyhandler 0.4.3


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