Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
square__retrofit_CVE-2018-1000850_2-4-0 | 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

リポジトリを見る

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
1年前未レビュー

Retrofit

Android と Java 向けの Square, Inc. 製タイプセーフ 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:~
Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
ツールをダウンロード