is not current version
Last Version 1.8.0

com.googlecode.refit:refit-assembly 1.7.0


GroupId

GroupId

com.googlecode.refit
ArtifactId

ArtifactId

refit-assembly
Version

Version

1.7.0
Type

Type

jar

Download refit-assembly 1.7.0


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