facebook twitter hatena line email

「Android/HttpRequest通信/okhttp3」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==インストール== app/build.gradle dependencies { implementation 'com.squareup.okhttp3:okhttp:3.7.0' }」)
(相違点なし)

2018年8月2日 (木) 18:48時点における版

インストール

app/build.gradle

dependencies {
  implementation 'com.squareup.okhttp3:okhttp:3.7.0'
}