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