License |
License |
---|---|
GroupId | GroupIdcom.github.elopteryx |
ArtifactId | ArtifactIdupload-parser |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUpload Parser
Upload Parser is an asynchronous file upload library for servlets.
|
Project URL |
Project URL |
Filename | Size |
---|---|
upload-parser-4.0.0.pom | |
upload-parser-4.0.0.jar | 32 KB |
upload-parser-4.0.0-sources.jar | 34 KB |
upload-parser-4.0.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.elopteryx/upload-parser/ -->
<dependency>
<groupId>com.github.elopteryx</groupId>
<artifactId>upload-parser</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.elopteryx/upload-parser/
implementation 'com.github.elopteryx:upload-parser:4.0.0'
// https://jarcasting.com/artifacts/com.github.elopteryx/upload-parser/
implementation ("com.github.elopteryx:upload-parser:4.0.0")
'com.github.elopteryx:upload-parser:jar:4.0.0'
<dependency org="com.github.elopteryx" name="upload-parser" rev="4.0.0">
<artifact name="upload-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.elopteryx', module='upload-parser', version='4.0.0')
)
libraryDependencies += "com.github.elopteryx" % "upload-parser" % "4.0.0"
[com.github.elopteryx/upload-parser "4.0.0"]