Registry / http-client / google-http-client-jackson

google-http-client-jackson

JSON →
library1.29.2javamavenunverified

Provides Jackson integration for the Google HTTP Client Library.

<dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-jackson</artifactId> <version>1.29.2</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-HTTP-CLIENT
G
google-http-client-jackson
http-clientjavav1.29.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JacksonFactory
com.google.api.client.json.jackson2.JacksonFactory

Minimal usage of Google HTTP Client Jackson to create a Jackson factory.

import com.google.api.client.json.jackson2.JacksonFactory; public class Example { public static void main(String[] args) { JacksonFactory factory = JacksonFactory.getDefaultInstance(); System.out.println("Jackson factory created."); } }
Debug
Known issues
breakingThis library is deprecated; use google-http-client-gson instead.
fix
Replace dependency with com.google.http-client:google-http-client-gson.
affects: >=1.29.0
Upgrade
Version history
1.29.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
2
Amazon
1
Resources
google-http-client-jackson — mvn dependency:get google-http-client-jackson · libregistry