License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.hannesdorfmann |
ArtifactId | ArtifactIdhttpkit-jackson |
Last Version | Last Version1.5.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibrary for making http calls
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpkit-jackson-1.5.6.pom | |
httpkit-jackson-1.5.6.jar | 4 KB |
httpkit-jackson-1.5.6-sources.jar | 2 KB |
httpkit-jackson-1.5.6-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-jackson/ -->
<dependency>
<groupId>com.hannesdorfmann</groupId>
<artifactId>httpkit-jackson</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-jackson/
implementation 'com.hannesdorfmann:httpkit-jackson:1.5.6'
// https://jarcasting.com/artifacts/com.hannesdorfmann/httpkit-jackson/
implementation ("com.hannesdorfmann:httpkit-jackson:1.5.6")
'com.hannesdorfmann:httpkit-jackson:jar:1.5.6'
<dependency org="com.hannesdorfmann" name="httpkit-jackson" rev="1.5.6">
<artifact name="httpkit-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann', module='httpkit-jackson', version='1.5.6')
)
libraryDependencies += "com.hannesdorfmann" % "httpkit-jackson" % "1.5.6"
[com.hannesdorfmann/httpkit-jackson "1.5.6"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
com.hannesdorfmann : httpkit | jar | 1.5.6 |