Categories |
CategoriesGithub Development Tools Version Controls Feign Net HTTP Clients |
---|---|
GroupId | GroupIdio.github.openfeign |
ArtifactId | ArtifactIdfeign-example-github |
Version | Version10.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-example-github/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-example-github</artifactId>
<version>10.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-example-github/
implementation 'io.github.openfeign:feign-example-github:10.6.0'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-example-github/
implementation ("io.github.openfeign:feign-example-github:10.6.0")
'io.github.openfeign:feign-example-github:jar:10.6.0'
<dependency org="io.github.openfeign" name="feign-example-github" rev="10.6.0">
<artifact name="feign-example-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-example-github', version='10.6.0')
)
libraryDependencies += "io.github.openfeign" % "feign-example-github" % "10.6.0"
[io.github.openfeign/feign-example-github "10.6.0"]