MVN

com.mastfrog : tiny-http-server

Maven & Gradle

Feb 21, 2023
320 stars

Tiny Http Server

<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>tiny-http-server</artifactId>
    <version>2.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.9.7

All Versions

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

Version Vulnerabilities Updated
2.9.x
tiny-http-server-2.9.7
tiny-http-server-2.9.6
tiny-http-server-2.9.5
tiny-http-server-2.9.4
tiny-http-server-2.9.3
tiny-http-server-2.9.2
tiny-http-server-2.9.1
tiny-http-server-2.9.0
2.8.x
tiny-http-server-2.8.7
tiny-http-server-2.8.6
tiny-http-server-2.8.5
tiny-http-server-2.8.4
tiny-http-server-2.8.3
tiny-http-server-2.8.2
tiny-http-server-2.8.1
tiny-http-server-2.8.0
2.7.x
tiny-http-server-2.7.3
tiny-http-server-2.7.2
tiny-http-server-2.7.1
tiny-http-server-2.7.0
2.6.x
tiny-http-server-2.6.13
tiny-http-server-2.6.12
tiny-http-server-2.6.11
tiny-http-server-2.6.10
tiny-http-server-2.6.9
tiny-http-server-2.6.8
tiny-http-server-2.6.7
tiny-http-server-2.6.6
tiny-http-server-2.6.5
tiny-http-server-2.6.4
tiny-http-server-2.6.3
tiny-http-server-2.6.2
tiny-http-server-2.6.1
tiny-http-server-2.6.0
2.5.x
tiny-http-server-2.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>tiny-http-server</artifactId>
    <version>2.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mastfrog : tiny-http-server gradle dependency to your build.gradle file:

implementation 'com.mastfrog:tiny-http-server:2.9.7'

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

implementation("com.mastfrog:tiny-http-server:2.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mastfrog : tiny-http-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mastfrog" % "tiny-http-server" % "2.9.7"

Advertisement