<dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-core</artifactId> <version>3.2.3</version> </dependency>
implementation 'net.dreamlu:mica-core:3.2.3'
implementation("net.dreamlu:mica-core:3.2.3")
libraryDependencies += "net.dreamlu" % "mica-core" % "3.2.3"
@Grapes( @Grab(group='net.dreamlu', module='mica-core', version='3.2.3') )
<dependency org="net.dreamlu" name="mica-core" rev="3.2.3" />
[net.dreamlu/mica-core "3.2.3"]
'net.dreamlu:mica-core:jar:3.2.3'
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.15.3
|-- org.springframework:spring-context:6.1.3