Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dreamlu.mica |
ArtifactId | ArtifactIdmica-cloud |
Version | Version0.0.1-beta |
Type | Typejar |
Filename | Size |
---|---|
mica-cloud-0.0.1-beta.pom | |
mica-cloud-0.0.1-beta.jar | 42 KB |
mica-cloud-0.0.1-beta-sources.jar | 24 KB |
mica-cloud-0.0.1-beta-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dreamlu.mica/mica-cloud/ -->
<dependency>
<groupId>net.dreamlu.mica</groupId>
<artifactId>mica-cloud</artifactId>
<version>0.0.1-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu.mica/mica-cloud/
implementation 'net.dreamlu.mica:mica-cloud:0.0.1-beta'
// https://jarcasting.com/artifacts/net.dreamlu.mica/mica-cloud/
implementation ("net.dreamlu.mica:mica-cloud:0.0.1-beta")
'net.dreamlu.mica:mica-cloud:jar:0.0.1-beta'
<dependency org="net.dreamlu.mica" name="mica-cloud" rev="0.0.1-beta">
<artifact name="mica-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu.mica', module='mica-cloud', version='0.0.1-beta')
)
libraryDependencies += "net.dreamlu.mica" % "mica-cloud" % "0.0.1-beta"
[net.dreamlu.mica/mica-cloud "0.0.1-beta"]