<dependency> <groupId>cn.detachment</groupId> <artifactId>web</artifactId> <version>1.0.8-RELEASE</version> </dependency>
implementation 'cn.detachment:web:1.0.8-RELEASE'
implementation("cn.detachment:web:1.0.8-RELEASE")
libraryDependencies += "cn.detachment" % "web" % "1.0.8-RELEASE"
@Grapes( @Grab(group='cn.detachment', module='web', version='1.0.8-RELEASE') )
<dependency org="cn.detachment" name="web" rev="1.0.8-RELEASE" />
[cn.detachment/web "1.0.8-RELEASE"]
'cn.detachment:web: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-starter-web
|-- org.springframework.boot:spring-boot-starter-undertow