文件下载
文件名 操作
http-0.10.4.jar 下载
http-0.10.4.pom 下载
http-0.10.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.polywrap.plugins</groupId>
  <artifactId>http</artifactId>
  <version>0.10.4</version>
</dependency>
Gradle Groovy
implementation 'io.polywrap.plugins:http:0.10.4'
Gradle Kotlin
implementation("io.polywrap.plugins:http:0.10.4")
Scala SBT
libraryDependencies += "io.polywrap.plugins" % "http" % "0.10.4"
Groovy Grape
@Grapes(
  @Grab(group='io.polywrap.plugins', module='http', version='0.10.4')
)
Apache Ivy
<dependency org="io.polywrap.plugins" name="http" rev="0.10.4" />
Leiningen
[io.polywrap.plugins/http "0.10.4"]
Apache Buildr
'io.polywrap.plugins:http:jar:0.10.4'