| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdeu.dattri |
| ArtifactId | ArtifactIdjsonbodyhandler |
| Last Version | Last Version0.4.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneu.dattri:jsonbodyhandler
A handler for deserializing incoming json with the Java 11 HttpClient.
|
| Filename | Size |
|---|---|
| jsonbodyhandler-0.4.6.pom | |
| jsonbodyhandler-0.4.6.jar | 1 MB |
| jsonbodyhandler-0.4.6-sources.jar | 1 KB |
| jsonbodyhandler-0.4.6-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.dattri/jsonbodyhandler/ -->
<dependency>
<groupId>eu.dattri</groupId>
<artifactId>jsonbodyhandler</artifactId>
<version>0.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/eu.dattri/jsonbodyhandler/
implementation 'eu.dattri:jsonbodyhandler:0.4.6'
// https://jarcasting.com/artifacts/eu.dattri/jsonbodyhandler/
implementation ("eu.dattri:jsonbodyhandler:0.4.6")
'eu.dattri:jsonbodyhandler:jar:0.4.6'
<dependency org="eu.dattri" name="jsonbodyhandler" rev="0.4.6">
<artifact name="jsonbodyhandler" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.dattri', module='jsonbodyhandler', version='0.4.6')
)
libraryDependencies += "eu.dattri" % "jsonbodyhandler" % "0.4.6"
[eu.dattri/jsonbodyhandler "0.4.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |