| License |
License |
|---|---|
| Categories |
CategoriesNet Feign HTTP Clients Gson Data JSON |
| GroupId | GroupIdcom.netflix.feign |
| ArtifactId | ArtifactIdfeign-gson |
| Last Version | Last Version8.18.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfeign-gson
feign-gson
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| feign-gson-8.18.0.pom | |
| feign-gson-8.18.0.jar | 15 KB |
| feign-gson-8.18.0-sources.jar | 4 KB |
| feign-gson-8.18.0-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.feign/feign-gson/ -->
<dependency>
<groupId>com.netflix.feign</groupId>
<artifactId>feign-gson</artifactId>
<version>8.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.feign/feign-gson/
implementation 'com.netflix.feign:feign-gson:8.18.0'
// https://jarcasting.com/artifacts/com.netflix.feign/feign-gson/
implementation ("com.netflix.feign:feign-gson:8.18.0")
'com.netflix.feign:feign-gson:jar:8.18.0'
<dependency org="com.netflix.feign" name="feign-gson" rev="8.18.0">
<artifact name="feign-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.feign', module='feign-gson', version='8.18.0')
)
libraryDependencies += "com.netflix.feign" % "feign-gson" % "8.18.0"
[com.netflix.feign/feign-gson "8.18.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.netflix.feign : feign-core | jar | 8.18.0 |
| com.google.code.gson : gson | jar | 2.5 |