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