не последняя версия
Последняя версия 2.88.2

org.webjars.npm:request 2.83.0

WebJar for request

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

request
Версия

Версия

2.83.0
Тип

Тип

jar

Скачать request 2.83.0


<!-- https://jarcasting.com/artifacts/org.webjars.npm/request/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>request</artifactId>
    <version>2.83.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/request/
implementation 'org.webjars.npm:request:2.83.0'
// https://jarcasting.com/artifacts/org.webjars.npm/request/
implementation ("org.webjars.npm:request:2.83.0")
'org.webjars.npm:request:jar:2.83.0'
<dependency org="org.webjars.npm" name="request" rev="2.83.0">
  <artifact name="request" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='request', version='2.83.0')
)
libraryDependencies += "org.webjars.npm" % "request" % "2.83.0"
[org.webjars.npm/request "2.83.0"]