| GroupId | GroupIdcom.jwebmp |
|---|---|
| ArtifactId | ArtifactIdcommons-fileupload |
| Version | Version0.63.0.17 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jwebmp/commons-fileupload/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>commons-fileupload</artifactId>
<version>0.63.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/commons-fileupload/
implementation 'com.jwebmp:commons-fileupload:0.63.0.17'
// https://jarcasting.com/artifacts/com.jwebmp/commons-fileupload/
implementation ("com.jwebmp:commons-fileupload:0.63.0.17")
'com.jwebmp:commons-fileupload:jar:0.63.0.17'
<dependency org="com.jwebmp" name="commons-fileupload" rev="0.63.0.17">
<artifact name="commons-fileupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='commons-fileupload', version='0.63.0.17')
)
libraryDependencies += "com.jwebmp" % "commons-fileupload" % "0.63.0.17"
[com.jwebmp/commons-fileupload "0.63.0.17"]