| License |
License |
|---|---|
| Categories |
CategoriesSquare Business Logic Libraries Financial Retrofit Net HTTP Clients Jackson Data JSON |
| GroupId | GroupIdcom.squareup.retrofit |
| ArtifactId | ArtifactIdconverter-jackson |
| Version | Version2.0.0-beta2 |
| Type | Typejar |
| Description |
DescriptionConverter: Jackson
Type-safe HTTP client for Android and Java by Square, Inc.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit/converter-jackson/ -->
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-jackson/
implementation 'com.squareup.retrofit:converter-jackson:2.0.0-beta2'
// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-jackson/
implementation ("com.squareup.retrofit:converter-jackson:2.0.0-beta2")
'com.squareup.retrofit:converter-jackson:jar:2.0.0-beta2'
<dependency org="com.squareup.retrofit" name="converter-jackson" rev="2.0.0-beta2">
<artifact name="converter-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit', module='converter-jackson', version='2.0.0-beta2')
)
libraryDependencies += "com.squareup.retrofit" % "converter-jackson" % "2.0.0-beta2"
[com.squareup.retrofit/converter-jackson "2.0.0-beta2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.retrofit : retrofit | jar | 2.0.0-beta2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.squareup.okhttp : mockwebserver | jar | 2.5.0 |
| org.assertj : assertj-core | jar | 1.7.0 |