License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients Gson Data JSON |
GroupId | GroupIdio.github.openfeign |
ArtifactId | ArtifactIdfeign-gson |
Last Version | Last Version11.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFeign Gson
Feign Gson
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
feign-gson-11.9.pom | |
feign-gson-11.9.jar | 7 KB |
feign-gson-11.9-sources.jar | 5 KB |
feign-gson-11.9-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-gson/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-gson</artifactId>
<version>11.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-gson/
implementation 'io.github.openfeign:feign-gson:11.9'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-gson/
implementation ("io.github.openfeign:feign-gson:11.9")
'io.github.openfeign:feign-gson:jar:11.9'
<dependency org="io.github.openfeign" name="feign-gson" rev="11.9">
<artifact name="feign-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-gson', version='11.9')
)
libraryDependencies += "io.github.openfeign" % "feign-gson" % "11.9"
[io.github.openfeign/feign-gson "11.9"]
Group / Artifact | Type | Version |
---|---|---|
io.github.openfeign : feign-core | jar | 11.9 |
com.google.code.gson : gson | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
io.github.openfeign : feign-core | test-jar | 11.9 |
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.21.0 |