is not current version
Last Version 0.68.0.1

com.jwebmp.jpms.commons:commons-fileupload 0.67.0.15

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.jpms.commons
ArtifactId

ArtifactId

commons-fileupload
Version

Version

0.67.0.15
Type

Type

jar

Download commons-fileupload 0.67.0.15


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