paint-upload
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.elopteryx</groupId> <artifactId>paint-upload</artifactId> <version>1.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.elopteryx</groupId> <artifactId>paint-upload</artifactId> <version>1.3.0</version> <name>Paint Upload</name> <description>Paint Upload is an asynchronous file upload library for servlets.</description> <url>https://github.com/Elopteryx/paint-upload</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>elopteryx</id> <name>Adam Forgacs</name> <email>creative.elopteryx@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com/Elopteryx/paint-upload.git</connection> <developerConnection>scm:git:git@github.com/Elopteryx/paint-upload.git</developerConnection> <url>scm:git:git@github.com/Elopteryx/paint-upload.git</url> </scm> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.0</version> <scope>provided</scope> </dependency> </dependencies> </project>