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