c

commons-fileupload

The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://commons.apache.org/proper/commons-fileupload/
Martin Cooper dIon Gillard John McNally Daniel Rall Jason van Zyl Robert Burrell Donkin Sean C. Sullivan Jochen Wiedmann Simone Tripodi Gary Gregory Rob Tompkins
Files download
File Operation
commons-fileupload-0.68.0.1.jar download
commons-fileupload-0.68.0.1.pom download
commons-fileupload-0.68.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp.jpms.commons</groupId>
  <artifactId>commons-fileupload</artifactId>
  <version>0.68.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.jpms.commons:commons-fileupload:0.68.0.1'
Gradle Kotlin
implementation("com.jwebmp.jpms.commons:commons-fileupload:0.68.0.1")
Scala SBT
libraryDependencies += "com.jwebmp.jpms.commons" % "commons-fileupload" % "0.68.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.jpms.commons', module='commons-fileupload', version='0.68.0.1')
)
Apache Ivy
<dependency org="com.jwebmp.jpms.commons" name="commons-fileupload" rev="0.68.0.1" />
Leiningen
[com.jwebmp.jpms.commons/commons-fileupload "0.68.0.1"]
Apache Buildr
'com.jwebmp.jpms.commons:commons-fileupload:jar:0.68.0.1'