GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdhttp-proxy |
Version | Version1.15.2 |
Type | Typejar |
Filename | Size |
---|---|
http-proxy-1.15.2.pom | |
http-proxy-1.15.2.jar | 20 KB |
http-proxy-1.15.2-sources.jar | 22 bytes |
http-proxy-1.15.2-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.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/http-proxy/
implementation 'org.webjars.npm:http-proxy:1.15.2'
// https://jarcasting.com/artifacts/org.webjars.npm/http-proxy/
implementation ("org.webjars.npm:http-proxy:1.15.2")
'org.webjars.npm:http-proxy:jar:1.15.2'
<dependency org="org.webjars.npm" name="http-proxy" rev="1.15.2">
<artifact name="http-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='http-proxy', version='1.15.2')
)
libraryDependencies += "org.webjars.npm" % "http-proxy" % "1.15.2"
[org.webjars.npm/http-proxy "1.15.2"]