MVN

org.nanohttpd : nanohttpd-apache-fileupload

Maven & Gradle

Aug 13, 2016
6.1k stars

NanoHttpd-apache file upload integration · nanohttpd-apache-fileupload integrates the apache file upload framework into nanohttpd

<dependency>
    <groupId>org.nanohttpd</groupId>
    <artifactId>nanohttpd-apache-fileupload</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nanohttpd : nanohttpd-apache-fileupload to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of org.nanohttpd : nanohttpd-apache-fileupload to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
nanohttpd-apache-fileupload-2.3.1
nanohttpd-apache-fileupload-2.3.0
2.2.x
nanohttpd-apache-fileupload-2.2.0

How to add a dependency to Maven

Add the following org.nanohttpd : nanohttpd-apache-fileupload maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nanohttpd</groupId>
    <artifactId>nanohttpd-apache-fileupload</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nanohttpd : nanohttpd-apache-fileupload gradle dependency to your build.gradle file:

implementation 'org.nanohttpd:nanohttpd-apache-fileupload:2.3.1'

Gradle Kotlin DSL: Add the following org.nanohttpd : nanohttpd-apache-fileupload gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nanohttpd:nanohttpd-apache-fileupload:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nanohttpd : nanohttpd-apache-fileupload sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nanohttpd" % "nanohttpd-apache-fileupload" % "2.3.1"

Advertisement