GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdhttp-proxy |
Version | Version1.11.1 |
Type | Typejar |
Filename | Size |
---|---|
http-proxy-1.11.1.pom | |
http-proxy-1.11.1.jar | 18 KB |
http-proxy-1.11.1-sources.jar | 22 bytes |
http-proxy-1.11.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/http-proxy/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>http-proxy</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/http-proxy/
implementation 'org.webjars.npm:http-proxy:1.11.1'
// https://jarcasting.com/artifacts/org.webjars.npm/http-proxy/
implementation ("org.webjars.npm:http-proxy:1.11.1")
'org.webjars.npm:http-proxy:jar:1.11.1'
<dependency org="org.webjars.npm" name="http-proxy" rev="1.11.1">
<artifact name="http-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='http-proxy', version='1.11.1')
)
libraryDependencies += "org.webjars.npm" % "http-proxy" % "1.11.1"
[org.webjars.npm/http-proxy "1.11.1"]