Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdtech.antibytes.kmock |
ArtifactId | ArtifactIdkmock-android |
Version | Version0.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
kmock-android-0.2.2.pom | |
kmock-android-0.2.2-sources.jar | 48 KB |
kmock-android-0.2.2-javadoc.jar | 712 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.antibytes.kmock/kmock-android/ -->
<dependency>
<groupId>tech.antibytes.kmock</groupId>
<artifactId>kmock-android</artifactId>
<version>0.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/tech.antibytes.kmock/kmock-android/
implementation 'tech.antibytes.kmock:kmock-android:0.2.2'
// https://jarcasting.com/artifacts/tech.antibytes.kmock/kmock-android/
implementation ("tech.antibytes.kmock:kmock-android:0.2.2")
'tech.antibytes.kmock:kmock-android:aar:0.2.2'
<dependency org="tech.antibytes.kmock" name="kmock-android" rev="0.2.2">
<artifact name="kmock-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='tech.antibytes.kmock', module='kmock-android', version='0.2.2')
)
libraryDependencies += "tech.antibytes.kmock" % "kmock-android" % "0.2.2"
[tech.antibytes.kmock/kmock-android "0.2.2"]