Categories |
CategoriesGithub Development Tools Version Controls Net Feign HTTP Clients |
---|---|
GroupId | GroupIdcom.netflix.feign |
ArtifactId | ArtifactIdfeign-example-github |
Version | Version7.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.feign/feign-example-github/ -->
<dependency>
<groupId>com.netflix.feign</groupId>
<artifactId>feign-example-github</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.feign/feign-example-github/
implementation 'com.netflix.feign:feign-example-github:7.0.0'
// https://jarcasting.com/artifacts/com.netflix.feign/feign-example-github/
implementation ("com.netflix.feign:feign-example-github:7.0.0")
'com.netflix.feign:feign-example-github:jar:7.0.0'
<dependency org="com.netflix.feign" name="feign-example-github" rev="7.0.0">
<artifact name="feign-example-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.feign', module='feign-example-github', version='7.0.0')
)
libraryDependencies += "com.netflix.feign" % "feign-example-github" % "7.0.0"
[com.netflix.feign/feign-example-github "7.0.0"]