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