License |
License |
---|---|
GroupId | GroupIdcom.jwebmp.jpms.commons |
ArtifactId | ArtifactIdcommons-fileupload |
Last Version | Last Version0.68.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-fileupload/ -->
<dependency>
<groupId>com.jwebmp.jpms.commons</groupId>
<artifactId>commons-fileupload</artifactId>
<version>0.68.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-fileupload/
implementation 'com.jwebmp.jpms.commons:commons-fileupload:0.68.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jpms.commons/commons-fileupload/
implementation ("com.jwebmp.jpms.commons:commons-fileupload:0.68.0.1")
'com.jwebmp.jpms.commons:commons-fileupload:jar:0.68.0.1'
<dependency org="com.jwebmp.jpms.commons" name="commons-fileupload" rev="0.68.0.1">
<artifact name="commons-fileupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jpms.commons', module='commons-fileupload', version='0.68.0.1')
)
libraryDependencies += "com.jwebmp.jpms.commons" % "commons-fileupload" % "0.68.0.1"
[com.jwebmp.jpms.commons/commons-fileupload "0.68.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.jwebmp.jpms.commons : commons-io | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
portlet-api : portlet-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |