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