License |
License |
---|---|
GroupId | GroupIdco.infinum |
ArtifactId | ArtifactIdretromock |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionRetromock
Adapts Java interface created by Retrofit using annotations on declared methods to define response mocks.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
retromock-1.1.1.pom | |
retromock-1.1.1.jar | 60 KB |
retromock-1.1.1-sources.jar | 27 KB |
retromock-1.1.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.infinum/retromock/ -->
<dependency>
<groupId>co.infinum</groupId>
<artifactId>retromock</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.infinum/retromock/
implementation 'co.infinum:retromock:1.1.1'
// https://jarcasting.com/artifacts/co.infinum/retromock/
implementation ("co.infinum:retromock:1.1.1")
'co.infinum:retromock:jar:1.1.1'
<dependency org="co.infinum" name="retromock" rev="1.1.1">
<artifact name="retromock" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.infinum', module='retromock', version='1.1.1')
)
libraryDependencies += "co.infinum" % "retromock" % "1.1.1"
[co.infinum/retromock "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.8.1 |