| License |
License |
|---|---|
| Categories |
CategoriesGithub Development Tools Version Controls Feign Net HTTP Clients |
| GroupId | GroupIdio.github.openfeign |
| ArtifactId | ArtifactIdfeign-example-github |
| Last Version | Last Version11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGitHub Example
Feign makes writing java http clients easier
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| feign-example-github-11.9.pom | |
| feign-example-github-11.9.jar | 427 KB |
| feign-example-github-11.9-sources.jar | 4 KB |
| feign-example-github-11.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-example-github/
implementation 'io.github.openfeign:feign-example-github:11.9'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-example-github/
implementation ("io.github.openfeign:feign-example-github:11.9")
'io.github.openfeign:feign-example-github:jar:11.9'
<dependency org="io.github.openfeign" name="feign-example-github" rev="11.9">
<artifact name="feign-example-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-example-github', version='11.9')
)
libraryDependencies += "io.github.openfeign" % "feign-example-github" % "11.9"
[io.github.openfeign/feign-example-github "11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.openfeign : feign-core | jar | 11.9 |
| io.github.openfeign : feign-gson | jar | 11.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-exec | jar | 1.3 |
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |