License |
License |
---|---|
GroupId | GroupIdcn.dustlight.storage |
ArtifactId | ArtifactIdstorage |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionstorage
Storage service for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
storage-0.0.6.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dustlight.storage/storage/ -->
<dependency>
<groupId>cn.dustlight.storage</groupId>
<artifactId>storage</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage/
implementation 'cn.dustlight.storage:storage:0.0.6'
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage/
implementation ("cn.dustlight.storage:storage:0.0.6")
'cn.dustlight.storage:storage:pom:0.0.6'
<dependency org="cn.dustlight.storage" name="storage" rev="0.0.6">
<artifact name="storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.storage', module='storage', version='0.0.6')
)
libraryDependencies += "cn.dustlight.storage" % "storage" % "0.0.6"
[cn.dustlight.storage/storage "0.0.6"]