License |
License |
---|---|
GroupId | GroupIdcom.googlecode.refit |
ArtifactId | ArtifactIdrefit-spring |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionreFit Spring Support
Framework for Integrated Testing Reworked
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
refit-spring-1.8.0.pom | |
refit-spring-1.8.0.jar | 4 KB |
refit-spring-1.8.0-sources.jar | 4 KB |
refit-spring-1.8.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.refit/refit-spring/ -->
<dependency>
<groupId>com.googlecode.refit</groupId>
<artifactId>refit-spring</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-spring/
implementation 'com.googlecode.refit:refit-spring:1.8.0'
// https://jarcasting.com/artifacts/com.googlecode.refit/refit-spring/
implementation ("com.googlecode.refit:refit-spring:1.8.0")
'com.googlecode.refit:refit-spring:jar:1.8.0'
<dependency org="com.googlecode.refit" name="refit-spring" rev="1.8.0">
<artifact name="refit-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.refit', module='refit-spring', version='1.8.0')
)
libraryDependencies += "com.googlecode.refit" % "refit-spring" % "1.8.0"
[com.googlecode.refit/refit-spring "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.refit : refit | jar | 1.8.0 |
com.googlecode.refit : refit-junit Optional | jar | 1.8.0 |
org.springframework : spring-test | jar | 3.2.0.RELEASE |
org.springframework : spring-context | jar | 3.2.0.RELEASE |