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