MVN

eu.dattri : jsonbodyhandler

Maven & Gradle

Aug 02, 2019

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

<dependency>
    <groupId>eu.dattri</groupId>
    <artifactId>jsonbodyhandler</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.dattri : jsonbodyhandler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of eu.dattri : jsonbodyhandler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
jsonbodyhandler-0.4.6
jsonbodyhandler-0.4.5
jsonbodyhandler-0.4.4
jsonbodyhandler-0.4.3
jsonbodyhandler-0.4.2
jsonbodyhandler-0.4.1
0.4
jsonbodyhandler-0.4
0.3
jsonbodyhandler-0.3
0.2
jsonbodyhandler-0.2

How to add a dependency to Maven

Add the following eu.dattri : jsonbodyhandler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.dattri</groupId>
    <artifactId>jsonbodyhandler</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.dattri : jsonbodyhandler gradle dependency to your build.gradle file:

implementation 'eu.dattri:jsonbodyhandler:0.4.6'

Gradle Kotlin DSL: Add the following eu.dattri : jsonbodyhandler gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.dattri:jsonbodyhandler:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.dattri : jsonbodyhandler sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.dattri" % "jsonbodyhandler" % "0.4.6"