Last Version

GitHub Example 11.9

Feign makes writing java http clients easier

License

License

Categories

Categories

Github Development Tools Version Controls Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

feign-example-github
Version

Version

11.9
Type

Type

jar
Description

Description

GitHub Example
Feign makes writing java http clients easier
Project Organization

Project Organization

OpenFeign

Download feign-example-github 11.9


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.openfeign : feign-core jar 11.9
io.github.openfeign : feign-gson jar 11.9

test (3)

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

Project Modules

There are no modules declared in this project.