| License |
License |
|---|---|
| GroupId | GroupIdcn.javaex |
| ArtifactId | ArtifactIdfileupload |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfileupload
Local upload file, supporting relative path and absolute path
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fileupload-1.1.2.pom | |
| fileupload-1.1.2.jar | 15 KB |
| fileupload-1.1.2-sources.jar | 12 KB |
| fileupload-1.1.2-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.javaex/fileupload/ -->
<dependency>
<groupId>cn.javaex</groupId>
<artifactId>fileupload</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.javaex/fileupload/
implementation 'cn.javaex:fileupload:1.1.2'
// https://jarcasting.com/artifacts/cn.javaex/fileupload/
implementation ("cn.javaex:fileupload:1.1.2")
'cn.javaex:fileupload:jar:1.1.2'
<dependency org="cn.javaex" name="fileupload" rev="1.1.2">
<artifact name="fileupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.javaex', module='fileupload', version='1.1.2')
)
libraryDependencies += "cn.javaex" % "fileupload" % "1.1.2"
[cn.javaex/fileupload "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-fileupload : commons-fileupload | jar | 1.3.3 |
| net.coobird : thumbnailator | jar | 0.4.11 |
| commons-io : commons-io | jar | 2.6 |
| commons-codec : commons-codec | jar | 1.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.springframework : spring-webmvc | jar | 4.3.7.RELEASE |