License |
License |
---|---|
GroupId | GroupIdcn.dustlight.storage |
ArtifactId | ArtifactIdstorage-core |
Version | Version0.0.4 |
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.4.pom | |
storage-core-0.0.4.jar | 7 KB |
storage-core-0.0.4-sources.jar | 3 KB |
storage-core-0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage-core/
implementation 'cn.dustlight.storage:storage-core:0.0.4'
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage-core/
implementation ("cn.dustlight.storage:storage-core:0.0.4")
'cn.dustlight.storage:storage-core:jar:0.0.4'
<dependency org="cn.dustlight.storage" name="storage-core" rev="0.0.4">
<artifact name="storage-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.storage', module='storage-core', version='0.0.4')
)
libraryDependencies += "cn.dustlight.storage" % "storage-core" % "0.0.4"
[cn.dustlight.storage/storage-core "0.0.4"]