Categories |
CategoriesJackson Data JSON |
---|---|
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdjackson.module.httpquery |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.trickl/jackson.module.httpquery/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>jackson.module.httpquery</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/jackson.module.httpquery/
implementation 'com.github.trickl:jackson.module.httpquery:1.0.2'
// https://jarcasting.com/artifacts/com.github.trickl/jackson.module.httpquery/
implementation ("com.github.trickl:jackson.module.httpquery:1.0.2")
'com.github.trickl:jackson.module.httpquery:jar:1.0.2'
<dependency org="com.github.trickl" name="jackson.module.httpquery" rev="1.0.2">
<artifact name="jackson.module.httpquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='jackson.module.httpquery', version='1.0.2')
)
libraryDependencies += "com.github.trickl" % "jackson.module.httpquery" % "1.0.2"
[com.github.trickl/jackson.module.httpquery "1.0.2"]