MVN

com.wizzardo : http

Maven & Gradle

Aug 29, 2020
1 usages
185 stars

http · Java HTTP-server, based on epoll-lib

<dependency>
    <groupId>com.wizzardo</groupId>
    <artifactId>http</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wizzardo : http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.wizzardo : http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
http-0.4
0.3
http-0.3
0.2.x
http-0.2.3
http-0.2.2
http-0.2.1
0.2
http-0.2
0.1
http-0.1

How to add a dependency to Maven

Add the following com.wizzardo : http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wizzardo</groupId>
    <artifactId>http</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wizzardo : http gradle dependency to your build.gradle file:

implementation 'com.wizzardo:http:0.4'

Gradle Kotlin DSL: Add the following com.wizzardo : http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wizzardo:http:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wizzardo : http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wizzardo" % "http" % "0.4"

Advertisement