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