is not current version
Last Version 2.88.2

org.webjars.npm:request 2.87.0

WebJar for request

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

request
Version

Version

2.87.0
Type

Type

jar

Download request 2.87.0


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