GroupId | GroupIdcom.github.yongyongwang |
---|---|
ArtifactId | ArtifactIdservlet-upload |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
servlet-upload-0.0.1.pom | |
servlet-upload-0.0.1.jar | 11 KB |
servlet-upload-0.0.1-sources.jar | 5 KB |
servlet-upload-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-upload/
implementation 'com.github.yongyongwang:servlet-upload:0.0.1'
// https://jarcasting.com/artifacts/com.github.yongyongwang/servlet-upload/
implementation ("com.github.yongyongwang:servlet-upload:0.0.1")
'com.github.yongyongwang:servlet-upload:jar:0.0.1'
<dependency org="com.github.yongyongwang" name="servlet-upload" rev="0.0.1">
<artifact name="servlet-upload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yongyongwang', module='servlet-upload', version='0.0.1')
)
libraryDependencies += "com.github.yongyongwang" % "servlet-upload" % "0.0.1"
[com.github.yongyongwang/servlet-upload "0.0.1"]