Files download
File Operation
QyHttpServer-1.9.7.jar download
QyHttpServer-1.9.7.pom download
QyHttpServer-1.9.7-sources.jar download
Apache Maven
<dependency>
  <groupId>top.yqingyu</groupId>
  <artifactId>QyHttpServer</artifactId>
  <version>1.9.7</version>
</dependency>
Gradle Groovy
implementation 'top.yqingyu:QyHttpServer:1.9.7'
Gradle Kotlin
implementation("top.yqingyu:QyHttpServer:1.9.7")
Scala SBT
libraryDependencies += "top.yqingyu" % "QyHttpServer" % "1.9.7"
Groovy Grape
@Grapes(
  @Grab(group='top.yqingyu', module='QyHttpServer', version='1.9.7')
)
Apache Ivy
<dependency org="top.yqingyu" name="QyHttpServer" rev="1.9.7" />
Leiningen
[top.yqingyu/QyHttpServer "1.9.7"]
Apache Buildr
'top.yqingyu:QyHttpServer:jar:1.9.7'