is not current version
Last Version 1.8.0

com.googlecode.refit:refit-spring 1.6.0


GroupId

GroupId

com.googlecode.refit
ArtifactId

ArtifactId

refit-spring
Version

Version

1.6.0
Type

Type

jar

Download refit-spring 1.6.0


<!-- https://jarcasting.com/artifacts/com.googlecode.refit/refit-spring/ -->
<dependency>
    <groupId>com.googlecode.refit</groupId>
    <artifactId>refit-spring</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-spring/
implementation 'com.googlecode.refit:refit-spring:1.6.0'
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-spring/
implementation ("com.googlecode.refit:refit-spring:1.6.0")
'com.googlecode.refit:refit-spring:jar:1.6.0'
<dependency org="com.googlecode.refit" name="refit-spring" rev="1.6.0">
  <artifact name="refit-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.refit', module='refit-spring', version='1.6.0')
)
libraryDependencies += "com.googlecode.refit" % "refit-spring" % "1.6.0"
[com.googlecode.refit/refit-spring "1.6.0"]