License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dreamlu |
ArtifactId | ArtifactIdmica-core |
Version | Version2.5.1 |
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-2.5.1.pom | |
mica-core-2.5.1.jar | 179 KB |
mica-core-2.5.1-sources.jar | 151 KB |
mica-core-2.5.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.dreamlu/mica-core/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-core</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/mica-core/
implementation 'net.dreamlu:mica-core:2.5.1'
// https://jarcasting.com/artifacts/net.dreamlu/mica-core/
implementation ("net.dreamlu:mica-core:2.5.1")
'net.dreamlu:mica-core:jar:2.5.1'
<dependency org="net.dreamlu" name="mica-core" rev="2.5.1">
<artifact name="mica-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='mica-core', version='2.5.1')
)
libraryDependencies += "net.dreamlu" % "mica-core" % "2.5.1"
[net.dreamlu/mica-core "2.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | |
com.fasterxml.jackson.core : jackson-databind | jar |