Categories |
CategoriesFeign Net HTTP Clients |
---|---|
GroupId | GroupIdcn.fxbin.bubble |
ArtifactId | ArtifactIdbubble-fireworks-starter-openfeign |
Version | Version0.0.8-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-starter-openfeign/ -->
<dependency>
<groupId>cn.fxbin.bubble</groupId>
<artifactId>bubble-fireworks-starter-openfeign</artifactId>
<version>0.0.8-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-starter-openfeign/
implementation 'cn.fxbin.bubble:bubble-fireworks-starter-openfeign:0.0.8-RELEASE'
// https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-starter-openfeign/
implementation ("cn.fxbin.bubble:bubble-fireworks-starter-openfeign:0.0.8-RELEASE")
'cn.fxbin.bubble:bubble-fireworks-starter-openfeign:jar:0.0.8-RELEASE'
<dependency org="cn.fxbin.bubble" name="bubble-fireworks-starter-openfeign" rev="0.0.8-RELEASE">
<artifact name="bubble-fireworks-starter-openfeign" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.fxbin.bubble', module='bubble-fireworks-starter-openfeign', version='0.0.8-RELEASE')
)
libraryDependencies += "cn.fxbin.bubble" % "bubble-fireworks-starter-openfeign" % "0.0.8-RELEASE"
[cn.fxbin.bubble/bubble-fireworks-starter-openfeign "0.0.8-RELEASE"]