is not current version
Last Version 0.66.0.1

com.jwebmp:commons-fileupload 0.65.0.3

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.65.0.3
Type

Type

jar

Download commons-fileupload 0.65.0.3


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