is not current version
Last Version 2.5.1.v20220215

org.nutz:nutzboot-starter-feign 2.2.0


Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutzboot-starter-feign
Version

Version

2.2.0
Type

Type

jar

Download nutzboot-starter-feign 2.2.0


<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-feign/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzboot-starter-feign</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-feign/
implementation 'org.nutz:nutzboot-starter-feign:2.2.0'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-feign/
implementation ("org.nutz:nutzboot-starter-feign:2.2.0")
'org.nutz:nutzboot-starter-feign:jar:2.2.0'
<dependency org="org.nutz" name="nutzboot-starter-feign" rev="2.2.0">
  <artifact name="nutzboot-starter-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-feign', version='2.2.0')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-feign" % "2.2.0"
[org.nutz/nutzboot-starter-feign "2.2.0"]