文件名称: retrofit-2.0.1.jar中文-英文对照文档.zip
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.0.1</version>
</dependency>Gradle:
implementation group: 'com.squareup.retrofit2', name: 'retrofit', version: '2.0.1'
Gradle (Short):
implementation 'com.squareup.retrofit2:retrofit:2.0.1'
Gradle (Kotlin):
implementation("com.squareup.retrofit2:retrofit:2.0.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
retrofit2
retrofit2.httpretrofit2.Call
retrofit2.CallAdapter
retrofit2.CallAdapter.Factory
retrofit2.Callback
retrofit2.Converter
retrofit2.Converter.Factory
retrofit2.Response
retrofit2.Retrofit
retrofit2.Retrofit.Builder
retrofit2.http.Body
retrofit2.http.DELETE
retrofit2.http.Field
retrofit2.http.FieldMap
retrofit2.http.FormUrlEncoded
retrofit2.http.GET
retrofit2.http.HEAD
retrofit2.http.HTTP
retrofit2.http.Header
retrofit2.http.Headers
retrofit2.http.Multipart
retrofit2.http.OPTIONS
retrofit2.http.PATCH
retrofit2.http.POST
retrofit2.http.PUT
retrofit2.http.Part
retrofit2.http.PartMap
retrofit2.http.Path
retrofit2.http.Query
retrofit2.http.QueryMap
retrofit2.http.Streaming
retrofit2.http.Url