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