<dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-logging</artifactId> <version>2.4.4-GA</version> </dependency>
implementation 'net.dreamlu:mica-logging:2.4.4-GA'
implementation("net.dreamlu:mica-logging:2.4.4-GA")
libraryDependencies += "net.dreamlu" % "mica-logging" % "2.4.4-GA"
@Grapes( @Grab(group='net.dreamlu', module='mica-logging', version='2.4.4-GA') )
<dependency org="net.dreamlu" name="mica-logging" rev="2.4.4-GA" />
[net.dreamlu/mica-logging "2.4.4-GA"]
'net.dreamlu:mica-logging:jar:2.4.4-GA'
compile
|-- net.dreamlu:mica-core:2.4.4-GA
|-- org.springframework.boot:spring-boot-starter-logging
|-- net.logstash.logback:logstash-logback-encoder:6.6
|-- org.springframework.boot:spring-boot-autoconfigure