<dependency> <groupId>cn.detachment</groupId> <artifactId>log</artifactId> <version>1.0.8-RELEASE</version> </dependency>
implementation 'cn.detachment:log:1.0.8-RELEASE'
implementation("cn.detachment:log:1.0.8-RELEASE")
libraryDependencies += "cn.detachment" % "log" % "1.0.8-RELEASE"
@Grapes( @Grab(group='cn.detachment', module='log', version='1.0.8-RELEASE') )
<dependency org="cn.detachment" name="log" rev="1.0.8-RELEASE" />
[cn.detachment/log "1.0.8-RELEASE"]
'cn.detachment:log:jar:1.0.8-RELEASE'
<parent> <groupId>cn.detachment</groupId> <artifactId>base</artifactId> <version>1.0.8-RELEASE</version> </parent>
compile
|-- ch.qos.logback:logback-core
|-- ch.qos.logback:logback-classic
|-- org.springframework.cloud:spring-cloud-starter-sleuth