GroupId | GroupIdcn.xuyanwu |
---|---|
ArtifactId | ArtifactIdspring-file-storage |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
spring-file-storage-0.1.4.pom | |
spring-file-storage-0.1.4.jar | 49 KB |
spring-file-storage-0.1.4-sources.jar | 22 KB |
spring-file-storage-0.1.4-javadoc.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xuyanwu/spring-file-storage/ -->
<dependency>
<groupId>cn.xuyanwu</groupId>
<artifactId>spring-file-storage</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xuyanwu/spring-file-storage/
implementation 'cn.xuyanwu:spring-file-storage:0.1.4'
// https://jarcasting.com/artifacts/cn.xuyanwu/spring-file-storage/
implementation ("cn.xuyanwu:spring-file-storage:0.1.4")
'cn.xuyanwu:spring-file-storage:jar:0.1.4'
<dependency org="cn.xuyanwu" name="spring-file-storage" rev="0.1.4">
<artifact name="spring-file-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xuyanwu', module='spring-file-storage', version='0.1.4')
)
libraryDependencies += "cn.xuyanwu" % "spring-file-storage" % "0.1.4"
[cn.xuyanwu/spring-file-storage "0.1.4"]