| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.sf.fastupload | 
    
| ArtifactId | ArtifactIdfastupload-springmvc | 
    
| Last Version | Last Version0.6.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionFast Upload 
            the fastest java upload component in the area of form-based, referenced RFC-1867 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/net.sf.fastupload/fastupload-springmvc/ -->
<dependency>
    <groupId>net.sf.fastupload</groupId>
    <artifactId>fastupload-springmvc</artifactId>
    <version>0.6.2</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.fastupload/fastupload-springmvc/
implementation 'net.sf.fastupload:fastupload-springmvc:0.6.2'
                // https://jarcasting.com/artifacts/net.sf.fastupload/fastupload-springmvc/
implementation ("net.sf.fastupload:fastupload-springmvc:0.6.2")
                'net.sf.fastupload:fastupload-springmvc:jar:0.6.2'
                <dependency org="net.sf.fastupload" name="fastupload-springmvc" rev="0.6.2">
  <artifact name="fastupload-springmvc" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sf.fastupload', module='fastupload-springmvc', version='0.6.2')
)
                libraryDependencies += "net.sf.fastupload" % "fastupload-springmvc" % "0.6.2"
                [net.sf.fastupload/fastupload-springmvc "0.6.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.fastupload : fastupload-core | jar | 0.6.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-webmvc | jar | 3.1.3.RELEASE | 
| javax.servlet : servlet-api | jar | 2.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.springframework : spring-test | jar | 3.1.3.RELEASE |