| License | License | 
|---|---|
| Categories | CategoriesSquare Business Logic Libraries Financial Retrofit Net HTTP Clients Gson Data JSON | 
| GroupId | GroupIdcom.squareup.retrofit | 
| ArtifactId | ArtifactIdconverter-gson | 
| Version | Version2.0.0-beta2 | 
| Type | Typejar | 
| Description | DescriptionConverter: Gson Type-safe HTTP client for Android and Java by Square, Inc. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit/converter-gson/ -->
<dependency>
    <groupId>com.squareup.retrofit</groupId>
    <artifactId>converter-gson</artifactId>
    <version>2.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-gson/
implementation 'com.squareup.retrofit:converter-gson:2.0.0-beta2'// https://jarcasting.com/artifacts/com.squareup.retrofit/converter-gson/
implementation ("com.squareup.retrofit:converter-gson:2.0.0-beta2")'com.squareup.retrofit:converter-gson:jar:2.0.0-beta2'<dependency org="com.squareup.retrofit" name="converter-gson" rev="2.0.0-beta2">
  <artifact name="converter-gson" type="jar" />
</dependency>@Grapes(
@Grab(group='com.squareup.retrofit', module='converter-gson', version='2.0.0-beta2')
)libraryDependencies += "com.squareup.retrofit" % "converter-gson" % "2.0.0-beta2"[com.squareup.retrofit/converter-gson "2.0.0-beta2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.squareup.retrofit : retrofit | jar | 2.0.0-beta2 | 
| com.google.code.gson : gson | jar | 2.3.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| com.squareup.okhttp : mockwebserver | jar | 2.5.0 | 
| org.assertj : assertj-core | jar | 1.7.0 |