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