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