MVN

com.gitee.l0km : nanohttpd-apache-fileupload

Maven & Gradle

Aug 26, 2020

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

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>nanohttpd-apache-fileupload</artifactId>
    <version>2.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.4

All Versions

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

Version Vulnerabilities Updated
2.3.x
nanohttpd-apache-fileupload-2.3.4
nanohttpd-apache-fileupload-2.3.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.l0km</groupId>
    <artifactId>nanohttpd-apache-fileupload</artifactId>
    <version>2.3.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitee.l0km:nanohttpd-apache-fileupload:2.3.4'

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

implementation("com.gitee.l0km:nanohttpd-apache-fileupload:2.3.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitee.l0km" % "nanohttpd-apache-fileupload" % "2.3.4"