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