GroupId | GroupIdcn.dustlight.storage |
---|---|
ArtifactId | ArtifactIdstorage-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
storage-core-0.0.1.pom | |
storage-core-0.0.1.jar | 7 KB |
storage-core-0.0.1-sources.jar | 3 KB |
storage-core-0.0.1-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.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"]