Categories |
CategoriesSquare Business Logic Libraries Financial Retrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.squareup.retrofit2 |
ArtifactId | ArtifactIdconverter-jaxb |
Version | Version2.8.1 |
Type | Typejar |
Filename | Size |
---|---|
converter-jaxb-2.8.1.pom | |
converter-jaxb-2.8.1.jar | 6 KB |
converter-jaxb-2.8.1-sources.jar | 4 KB |
converter-jaxb-2.8.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-jaxb/ -->
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jaxb</artifactId>
<version>2.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-jaxb/
implementation 'com.squareup.retrofit2:converter-jaxb:2.8.1'
// https://jarcasting.com/artifacts/com.squareup.retrofit2/converter-jaxb/
implementation ("com.squareup.retrofit2:converter-jaxb:2.8.1")
'com.squareup.retrofit2:converter-jaxb:jar:2.8.1'
<dependency org="com.squareup.retrofit2" name="converter-jaxb" rev="2.8.1">
<artifact name="converter-jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit2', module='converter-jaxb', version='2.8.1')
)
libraryDependencies += "com.squareup.retrofit2" % "converter-jaxb" % "2.8.1"
[com.squareup.retrofit2/converter-jaxb "2.8.1"]