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