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