is not current version
Last Version 4.0.0

com.github.elopteryx:upload-parser 2.2.1

Upload Parser is an asynchronous file upload library for servlets.

GroupId

GroupId

com.github.elopteryx
ArtifactId

ArtifactId

upload-parser
Version

Version

2.2.1
Type

Type

jar

Download upload-parser 2.2.1


<!-- https://jarcasting.com/artifacts/com.github.elopteryx/upload-parser/ -->
<dependency>
    <groupId>com.github.elopteryx</groupId>
    <artifactId>upload-parser</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.elopteryx/upload-parser/
implementation 'com.github.elopteryx:upload-parser:2.2.1'
// https://jarcasting.com/artifacts/com.github.elopteryx/upload-parser/
implementation ("com.github.elopteryx:upload-parser:2.2.1")
'com.github.elopteryx:upload-parser:jar:2.2.1'
<dependency org="com.github.elopteryx" name="upload-parser" rev="2.2.1">
  <artifact name="upload-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.elopteryx', module='upload-parser', version='2.2.1')
)
libraryDependencies += "com.github.elopteryx" % "upload-parser" % "2.2.1"
[com.github.elopteryx/upload-parser "2.2.1"]