带有杰克逊转换器的 Retrofit 2.0

Retrofit 2.0 with jackson convertor

我正在尝试使用其 jackson 转换器导入改造,但出现错误

Error:Failed to resolve: com.squareup.retrofit2:converter-jackson

app.gradle

compile 'com.squareup.retrofit2:converter-jackson'
compile 'com.squareup.retrofit2:retrofit:2.0.0'

尝试添加版本:

compile 'com.squareup.retrofit2:converter-jackson:2.1.0'