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