is not current version
Last Version 4.0.0

com.github.elopteryx:upload-parser 2.2.0

Upload Parser is an asynchronous file upload library for servlets.

GroupId

GroupId

com.github.elopteryx
ArtifactId

ArtifactId

upload-parser
Version

Version

2.2.0
Type

Type

jar

Download upload-parser 2.2.0


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