s

simple-upload

This is a library from http://www.simpleframework.org/. I'm not sure how I orginally found it but I don't think I have been able to find it from this website again.
Files download
File Operation
simple-upload-0.3.4.jar download
simple-upload-0.3.4.pom download
Apache Maven
<dependency>
  <groupId>org.ferris</groupId>
  <artifactId>simple-upload</artifactId>
  <version>0.3.4</version>
</dependency>
Gradle Groovy
implementation 'org.ferris:simple-upload:0.3.4'
Gradle Kotlin
implementation("org.ferris:simple-upload:0.3.4")
Scala SBT
libraryDependencies += "org.ferris" % "simple-upload" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.ferris', module='simple-upload', version='0.3.4')
)
Apache Ivy
<dependency org="org.ferris" name="simple-upload" rev="0.3.4" />
Leiningen
[org.ferris/simple-upload "0.3.4"]
Apache Buildr
'org.ferris:simple-upload:jar:0.3.4'
Dependencies
The project has no third-party dependencies