GroupId | GroupIdopensymphony |
---|---|
ArtifactId | ArtifactIdpell-multipart |
Last Version | Last Version2.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe artifact jar came with the webwork 2.1.5 distribution. The artifact url does not have a download link. If the jar is distributed elsewhere, please send the link to the maven team.
|
Project URL |
Project URL |
Filename | Size |
---|---|
pell-multipart-2.1.5.pom | |
pell-multipart-2.1.5.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/opensymphony/pell-multipart/ -->
<dependency>
<groupId>opensymphony</groupId>
<artifactId>pell-multipart</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/opensymphony/pell-multipart/
implementation 'opensymphony:pell-multipart:2.1.5'
// https://jarcasting.com/artifacts/opensymphony/pell-multipart/
implementation ("opensymphony:pell-multipart:2.1.5")
'opensymphony:pell-multipart:jar:2.1.5'
<dependency org="opensymphony" name="pell-multipart" rev="2.1.5">
<artifact name="pell-multipart" type="jar" />
</dependency>
@Grapes(
@Grab(group='opensymphony', module='pell-multipart', version='2.1.5')
)
libraryDependencies += "opensymphony" % "pell-multipart" % "2.1.5"
[opensymphony/pell-multipart "2.1.5"]