Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdcommons-fileupload |
Last Version | Last Version1.0-5.5.23 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-fileupload-1.0-5.5.23.pom | |
commons-fileupload-1.0-5.5.23.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/commons-fileupload/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.0-5.5.23</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/commons-fileupload/
implementation 'tomcat:commons-fileupload:1.0-5.5.23'
// https://jarcasting.com/artifacts/tomcat/commons-fileupload/
implementation ("tomcat:commons-fileupload:1.0-5.5.23")
'tomcat:commons-fileupload:jar:1.0-5.5.23'
<dependency org="tomcat" name="commons-fileupload" rev="1.0-5.5.23">
<artifact name="commons-fileupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='commons-fileupload', version='1.0-5.5.23')
)
libraryDependencies += "tomcat" % "commons-fileupload" % "1.0-5.5.23"
[tomcat/commons-fileupload "1.0-5.5.23"]