MVN

top.yqingyu : QyHttpServer

Maven & Gradle

Jul 08, 2023
1 stars

QyHttpServer · simple HTTP server , easy WEB MVC

<dependency>
    <groupId>top.yqingyu</groupId>
    <artifactId>QyHttpServer</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.yqingyu : QyHttpServer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.4

All Versions

Choose a version of top.yqingyu : QyHttpServer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
QyHttpServer-1.9.4
QyHttpServer-1.9.3
QyHttpServer-1.9.2
QyHttpServer-1.9.1
QyHttpServer-1.9.0
1.8.x
QyHttpServer-1.8.9
QyHttpServer-1.8.8
QyHttpServer-1.8.7
QyHttpServer-1.8.6
QyHttpServer-1.8.5
QyHttpServer-1.8.4
QyHttpServer-1.8.3
0.0.x
QyHttpServer-0.0.1

How to add a dependency to Maven

Add the following top.yqingyu : QyHttpServer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.yqingyu</groupId>
    <artifactId>QyHttpServer</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.yqingyu : QyHttpServer gradle dependency to your build.gradle file:

implementation 'top.yqingyu:QyHttpServer:1.9.4'

Gradle Kotlin DSL: Add the following top.yqingyu : QyHttpServer gradle kotlin dependency to your build.gradle.kts file:

implementation("top.yqingyu:QyHttpServer:1.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.yqingyu : QyHttpServer sbt scala dependency to your build.sbt file:

libraryDependencies += "top.yqingyu" % "QyHttpServer" % "1.9.4"