GroupId | GroupIdcn.xuyanwu |
---|---|
ArtifactId | ArtifactIdspring-file-storage-parent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-file-storage-parent-0.1.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xuyanwu/spring-file-storage-parent/ -->
<dependency>
<groupId>cn.xuyanwu</groupId>
<artifactId>spring-file-storage-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.xuyanwu/spring-file-storage-parent/
implementation 'cn.xuyanwu:spring-file-storage-parent:0.1.1'
// https://jarcasting.com/artifacts/cn.xuyanwu/spring-file-storage-parent/
implementation ("cn.xuyanwu:spring-file-storage-parent:0.1.1")
'cn.xuyanwu:spring-file-storage-parent:pom:0.1.1'
<dependency org="cn.xuyanwu" name="spring-file-storage-parent" rev="0.1.1">
<artifact name="spring-file-storage-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.xuyanwu', module='spring-file-storage-parent', version='0.1.1')
)
libraryDependencies += "cn.xuyanwu" % "spring-file-storage-parent" % "0.1.1"
[cn.xuyanwu/spring-file-storage-parent "0.1.1"]