License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dreamlu.mica |
ArtifactId | ArtifactIdmica-core |
Last Version | Last Version0.0.1-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmica
An enhanced toolkit of Spring cloud to simplify development.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mica-core-0.0.1-RC1.pom | |
mica-core-0.0.1-RC1.jar | 51 KB |
mica-core-0.0.1-RC1-sources.jar | 31 KB |
mica-core-0.0.1-RC1-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-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu.mica/mica-core/
implementation 'net.dreamlu.mica:mica-core:0.0.1-RC1'
// https://jarcasting.com/artifacts/net.dreamlu.mica/mica-core/
implementation ("net.dreamlu.mica:mica-core:0.0.1-RC1")
'net.dreamlu.mica:mica-core:jar:0.0.1-RC1'
<dependency org="net.dreamlu.mica" name="mica-core" rev="0.0.1-RC1">
<artifact name="mica-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu.mica', module='mica-core', version='0.0.1-RC1')
)
libraryDependencies += "net.dreamlu.mica" % "mica-core" % "0.0.1-RC1"
[net.dreamlu.mica/mica-core "0.0.1-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | |
junit : junit | jar | 4.12 |