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