| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.refit |
| ArtifactId | ArtifactIdrefit-parent |
| Last Version | Last Version1.8.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionreFit Parent
Framework for Integrated Testing Reworked
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| refit-parent-1.8.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.refit/refit-parent/ -->
<dependency>
<groupId>com.googlecode.refit</groupId>
<artifactId>refit-parent</artifactId>
<version>1.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-parent/
implementation 'com.googlecode.refit:refit-parent:1.8.0'
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-parent/
implementation ("com.googlecode.refit:refit-parent:1.8.0")
'com.googlecode.refit:refit-parent:pom:1.8.0'
<dependency org="com.googlecode.refit" name="refit-parent" rev="1.8.0">
<artifact name="refit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.refit', module='refit-parent', version='1.8.0')
)
libraryDependencies += "com.googlecode.refit" % "refit-parent" % "1.8.0"
[com.googlecode.refit/refit-parent "1.8.0"]