GroupId | GroupIdcom.github.yongyongwang |
---|---|
ArtifactId | ArtifactIdservlet-upload |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
servlet-upload-0.0.4.pom | |
servlet-upload-0.0.4.jar | 11 KB |
servlet-upload-0.0.4-sources.jar | 5 KB |
servlet-upload-0.0.4-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-upload/ -->
<dependency>
<groupId>com.github.yongyongwang</groupId>
<artifactId>servlet-upload</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-upload/
implementation 'com.github.yongyongwang:servlet-upload:0.0.4'
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-upload/
implementation ("com.github.yongyongwang:servlet-upload:0.0.4")
'com.github.yongyongwang:servlet-upload:jar:0.0.4'
<dependency org="com.github.yongyongwang" name="servlet-upload" rev="0.0.4">
<artifact name="servlet-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='servlet-upload', version='0.0.4')
)
libraryDependencies += "com.github.yongyongwang" % "servlet-upload" % "0.0.4"
[com.github.yongyongwang/servlet-upload "0.0.4"]