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