Categories |
CategoriesSquare Business Logic Libraries Financial Retrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.squareup.retrofit2 |
ArtifactId | ArtifactIdretrofit-converters |
Version | Version2.8.0 |
Type | Typepom |
Filename | Size |
---|---|
retrofit-converters-2.8.0.pom | 876 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit2/retrofit-converters/ -->
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit-converters</artifactId>
<version>2.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit2/retrofit-converters/
implementation 'com.squareup.retrofit2:retrofit-converters:2.8.0'
// https://jarcasting.com/artifacts/com.squareup.retrofit2/retrofit-converters/
implementation ("com.squareup.retrofit2:retrofit-converters:2.8.0")
'com.squareup.retrofit2:retrofit-converters:pom:2.8.0'
<dependency org="com.squareup.retrofit2" name="retrofit-converters" rev="2.8.0">
<artifact name="retrofit-converters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='retrofit-converters', version='2.8.0')
)
libraryDependencies += "com.squareup.retrofit2" % "retrofit-converters" % "2.8.0"
[com.squareup.retrofit2/retrofit-converters "2.8.0"]