<dependency> <groupId>dev.failsafe</groupId> <artifactId>failsafe-retrofit</artifactId> <version>3.3.2</version> </dependency>
implementation 'dev.failsafe:failsafe-retrofit:3.3.2'
implementation("dev.failsafe:failsafe-retrofit:3.3.2")
libraryDependencies += "dev.failsafe" % "failsafe-retrofit" % "3.3.2"
@Grapes( @Grab(group='dev.failsafe', module='failsafe-retrofit', version='3.3.2') )
<dependency org="dev.failsafe" name="failsafe-retrofit" rev="3.3.2" />
[dev.failsafe/failsafe-retrofit "3.3.2"]
'dev.failsafe:failsafe-retrofit:jar:3.3.2'
<parent> <groupId>dev.failsafe</groupId> <artifactId>failsafe-parent</artifactId> <version>3.3.2</version> </parent>
compile
|-- dev.failsafe:failsafe
|-- com.squareup.retrofit2:retrofit:2.9.0
test
|-- com.google.code.gson:gson:2.9.0
|-- com.squareup.retrofit2:converter-gson:2.3.0
|-- com.github.tomakehurst:wiremock-jre8:2.32.0