License |
License |
---|---|
GroupId | GroupIdcom.mutualmobile |
ArtifactId | ArtifactIdbarricade-annotations |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionBarricade Annotations
A network interceptor for OkHttp and Retrofit to return mocked data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.mutualmobile/barricade-annotations/ -->
<dependency>
<groupId>com.mutualmobile</groupId>
<artifactId>barricade-annotations</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mutualmobile/barricade-annotations/
implementation 'com.mutualmobile:barricade-annotations:0.1.1'
// https://jarcasting.com/artifacts/com.mutualmobile/barricade-annotations/
implementation ("com.mutualmobile:barricade-annotations:0.1.1")
'com.mutualmobile:barricade-annotations:jar:0.1.1'
<dependency org="com.mutualmobile" name="barricade-annotations" rev="0.1.1">
<artifact name="barricade-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mutualmobile', module='barricade-annotations', version='0.1.1')
)
libraryDependencies += "com.mutualmobile" % "barricade-annotations" % "0.1.1"
[com.mutualmobile/barricade-annotations "0.1.1"]