| License |
License |
|---|---|
| Categories |
CategoriesSquare Business Logic Libraries Financial Retrofit Net HTTP Clients Gson Data JSON |
| GroupId | GroupIdcom.squareup.retrofit2 |
| ArtifactId | ArtifactIdconverter-gson |
| Version | Version2.9.0 |
| Type | Typejar |
| Description |
DescriptionConverter: Gson
A Retrofit Converter which uses Gson for serialization.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| converter-gson-2.9.0.pom | |
| converter-gson-2.9.0.jar | 4 KB |
| converter-gson-2.9.0-sources.jar | 3 KB |
| converter-gson-2.9.0-javadoc.jar | 382 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-gson/ -->
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-gson/
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-gson/
implementation ("com.squareup.retrofit2:converter-gson:2.9.0")
'com.squareup.retrofit2:converter-gson:jar:2.9.0'
<dependency org="com.squareup.retrofit2" name="converter-gson" rev="2.9.0">
<artifact name="converter-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='converter-gson', version='2.9.0')
)
libraryDependencies += "com.squareup.retrofit2" % "converter-gson" % "2.9.0"
[com.squareup.retrofit2/converter-gson "2.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
| com.google.code.gson : gson | jar | 2.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.assertj : assertj-core | jar | 3.13.2 |
| com.squareup.okhttp3 : mockwebserver | jar | 3.14.9 |