is not current version
Last Version 0.66.0.1

com.jwebmp:commons-fileupload 0.63.0.16

The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.

GroupId

GroupId

com.jwebmp
ArtifactId

ArtifactId

commons-fileupload
Version

Version

0.63.0.16
Type

Type

jar

Download commons-fileupload 0.63.0.16


<!-- https://jarcasting.com/artifacts/com.jwebmp/commons-fileupload/ -->
<dependency>
    <groupId>com.jwebmp</groupId>
    <artifactId>commons-fileupload</artifactId>
    <version>0.63.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/commons-fileupload/
implementation 'com.jwebmp:commons-fileupload:0.63.0.16'
// https://jarcasting.com/artifacts/com.jwebmp/commons-fileupload/
implementation ("com.jwebmp:commons-fileupload:0.63.0.16")
'com.jwebmp:commons-fileupload:jar:0.63.0.16'
<dependency org="com.jwebmp" name="commons-fileupload" rev="0.63.0.16">
  <artifact name="commons-fileupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='commons-fileupload', version='0.63.0.16')
)
libraryDependencies += "com.jwebmp" % "commons-fileupload" % "0.63.0.16"
[com.jwebmp/commons-fileupload "0.63.0.16"]