| Категории |
КатегорииCLI Взаимодействие с пользователем Google HTTP Client Сеть HTTP Clients |
|---|---|
| Группа | Группаcom.google.http-client |
| Идентификатор | Идентификаторgoogle-http-client-findbugs |
| Версия | Версия1.38.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.google.http-client/google-http-client-findbugs/ -->
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-findbugs</artifactId>
<version>1.38.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-findbugs/
implementation 'com.google.http-client:google-http-client-findbugs:1.38.0'
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-findbugs/
implementation ("com.google.http-client:google-http-client-findbugs:1.38.0")
'com.google.http-client:google-http-client-findbugs:jar:1.38.0'
<dependency org="com.google.http-client" name="google-http-client-findbugs" rev="1.38.0">
<artifact name="google-http-client-findbugs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client-findbugs', version='1.38.0')
)
libraryDependencies += "com.google.http-client" % "google-http-client-findbugs" % "1.38.0"
[com.google.http-client/google-http-client-findbugs "1.38.0"]