is not current version
Last Version 1.8.0

com.googlecode.refit:refit-parent 1.5.0

Framework for Integrated Testing Reworked

GroupId

GroupId

com.googlecode.refit
ArtifactId

ArtifactId

refit-parent
Version

Version

1.5.0
Type

Type

pom

Download refit-parent 1.5.0

Filename Size
refit-parent-1.5.0.pom 3 KB
Browse

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