<dependency> <groupId>cn.detachment</groupId> <artifactId>base</artifactId> <version>1.0.8-RELEASE</version> <type>pom</type> </dependency>
implementation 'cn.detachment:base:1.0.8-RELEASE'
implementation("cn.detachment:base:1.0.8-RELEASE")
libraryDependencies += "cn.detachment" % "base" % "1.0.8-RELEASE"
@Grapes( @Grab(group='cn.detachment', module='base', version='1.0.8-RELEASE') )
<dependency org="cn.detachment" name="base" rev="1.0.8-RELEASE" />
[cn.detachment/base "1.0.8-RELEASE"]
'cn.detachment:base:jar:1.0.8-RELEASE'
compile
|-- org.projectlombok:lombok
|-- org.springframework:spring-core
|-- org.slf4j:slf4j-api