GroupId | GroupIdcn.dustlight.storage |
---|---|
ArtifactId | ArtifactIdstorage |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
storage-0.0.3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dustlight.storage/storage/ -->
<dependency>
<groupId>cn.dustlight.storage</groupId>
<artifactId>storage</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage/
implementation 'cn.dustlight.storage:storage:0.0.3'
// https://jarcasting.com/artifacts/cn.dustlight.storage/storage/
implementation ("cn.dustlight.storage:storage:0.0.3")
'cn.dustlight.storage:storage:pom:0.0.3'
<dependency org="cn.dustlight.storage" name="storage" rev="0.0.3">
<artifact name="storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.storage', module='storage', version='0.0.3')
)
libraryDependencies += "cn.dustlight.storage" % "storage" % "0.0.3"
[cn.dustlight.storage/storage "0.0.3"]