is not current version
Last Version 0.63.0.19

com.jwebmp.jre11:commons-fileupload 0.63.0.14

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.jre11
ArtifactId

ArtifactId

commons-fileupload
Version

Version

0.63.0.14
Type

Type

jar

Download commons-fileupload 0.63.0.14


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