is not current version
Last Version 0.0.6

cn.dustlight.storage:storage-core 0.0.1

Storage service core module for Spring Boot

GroupId

GroupId

cn.dustlight.storage
ArtifactId

ArtifactId

storage-core
Version

Version

0.0.1
Type

Type

jar

Download storage-core 0.0.1


<!-- https://jarcasting.com/artifacts/cn.dustlight.storage/storage-core/ -->
<dependency>
    <groupId>cn.dustlight.storage</groupId>
    <artifactId>storage-core</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage-core/
implementation 'cn.dustlight.storage:storage-core:0.0.1'
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage-core/
implementation ("cn.dustlight.storage:storage-core:0.0.1")
'cn.dustlight.storage:storage-core:jar:0.0.1'
<dependency org="cn.dustlight.storage" name="storage-core" rev="0.0.1">
  <artifact name="storage-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.storage', module='storage-core', version='0.0.1')
)
libraryDependencies += "cn.dustlight.storage" % "storage-core" % "0.0.1"
[cn.dustlight.storage/storage-core "0.0.1"]