License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdjackson.module.httpquery |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionJackson Module Http Query
A jackson module for allowing HTTP queries to be represented as typed objects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.trickl/jackson.module.httpquery/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>jackson.module.httpquery</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/jackson.module.httpquery/
implementation 'com.github.trickl:jackson.module.httpquery:1.0.4'
// https://jarcasting.com/artifacts/com.github.trickl/jackson.module.httpquery/
implementation ("com.github.trickl:jackson.module.httpquery:1.0.4")
'com.github.trickl:jackson.module.httpquery:jar:1.0.4'
<dependency org="com.github.trickl" name="jackson.module.httpquery" rev="1.0.4">
<artifact name="jackson.module.httpquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='jackson.module.httpquery', version='1.0.4')
)
libraryDependencies += "com.github.trickl" % "jackson.module.httpquery" % "1.0.4"
[com.github.trickl/jackson.module.httpquery "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.module : jackson-module-parameter-names | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar |