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