Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
square__retrofit_CVE-2018-1000850_2-4-0 — 类型安全的 Android 和 Java HTTP 客户端库,支持通过注解配置请求和转换器来实现 REST API 通信。 | Kitploit
工具/GitHubGitHub/shoucheng3/square__retrofit_cve-2018-1000850_2-4-0
通用工具API安全测试
GitHubshoucheng3/square__retrofit_cve-2018-1000850_2-4-0

square__retrofit_CVE-2018-1000850_2-4-0

类型安全的 Android 和 Java HTTP 客户端库,支持通过注解配置请求和转换器来实现 REST API 通信。

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
71年前尚未审核

Retrofit

由Square公司开发的Android和Java类型安全HTTP客户端。

更多信息请参见官方网站。

下载

下载最新JAR包或通过Maven获取:

root@kitploit:~
<dependency>
  <groupId>com.squareup.retrofit2</groupId>
  <artifactId>retrofit</artifactId>
  <version>2.4.0</version>
</dependency>

或通过Gradle:

root@kitploit:~
implementation 'com.squareup.retrofit2:retrofit:2.4.0'

开发版本的快照可在Sonatype的snapshots仓库中获取。

Retrofit最低要求Java 7或Android 2.3。

ProGuard

如果你正在使用ProGuard,需要添加以下选项:

root@kitploit:~
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain service method parameters.
-keepclassmembernames,allowobfuscation interface * {
    @retrofit2.http.* <methods>;
}
# Ignore annotation used for build tooling.
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement

你可能还需要添加OkHttp和Okio(它们是依赖库)的规则。

许可证

root@kitploit:~
版权所有 2013 Square, Inc.

根据Apache许可证2.0版(以下简称"许可证")授权;
除非遵守许可证,否则不得使用此文件。
您可以在以下位置获取许可证副本:

   http://www.apache.org/licenses/LICENSE-2.0

除非适用法律要求或书面同意,按许可证分发的软件均按"原样"分发,
不附带任何明示或默示的担保或条件。
请参阅许可证以了解管理许可证下的权限和限制的具体语言。
下载工具