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