<dependency> <groupId>cn.detachment</groupId> <artifactId>detach-api</artifactId> <version>1.0.8-RELEASE</version> </dependency>
implementation 'cn.detachment:detach-api:1.0.8-RELEASE'
implementation("cn.detachment:detach-api:1.0.8-RELEASE")
libraryDependencies += "cn.detachment" % "detach-api" % "1.0.8-RELEASE"
@Grapes( @Grab(group='cn.detachment', module='detach-api', version='1.0.8-RELEASE') )
<dependency org="cn.detachment" name="detach-api" rev="1.0.8-RELEASE" />
[cn.detachment/detach-api "1.0.8-RELEASE"]
'cn.detachment:detach-api:jar:1.0.8-RELEASE'
<parent> <groupId>cn.detachment</groupId> <artifactId>base</artifactId> <version>1.0.8-RELEASE</version> </parent>
compile
|-- cn.hutool:hutool-http:5.3.9
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.apache.httpcomponents:httpclient
|-- com.alibaba:fastjson