MVN

com.github.arteam : embedded-http-server

Maven & Gradle

Mar 29, 2022
11 stars

Embedded HTTP server · A light and minimalistic HTTP server for Java with zero dependencies and quick startup time.

<dependency>
    <groupId>com.github.arteam</groupId>
    <artifactId>embedded-http-server</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.arteam : embedded-http-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.github.arteam : embedded-http-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
embedded-http-server-1.2
1.1
embedded-http-server-1.1

How to add a dependency to Maven

Add the following com.github.arteam : embedded-http-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.arteam</groupId>
    <artifactId>embedded-http-server</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.arteam : embedded-http-server gradle dependency to your build.gradle file:

implementation 'com.github.arteam:embedded-http-server:1.2'

Gradle Kotlin DSL: Add the following com.github.arteam : embedded-http-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.arteam:embedded-http-server:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.arteam : embedded-http-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.arteam" % "embedded-http-server" % "1.2"

Advertisement

Dependencies from Group

Mar 15, 2022
3 usages
68 stars
Mar 15, 2022
2 usages
68 stars
Nov 13, 2017
1 usages
2 stars
Mar 16, 2022
25 stars
Nov 13, 2017
6 stars

Discover Dependencies

Jan 29, 2019
3 stars
Feb 02, 2019
0 stars
Sep 14, 2022
32 usages
21.5k stars
Jan 31, 2023
1 usages
22 stars
Feb 14, 2022
3 usages
130 stars
Jul 10, 2020
40 usages
130 stars
Jul 12, 2021
1 usages
5 stars