Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.nrbtech.rxandroidble |
ArtifactId | ArtifactIdmockclient |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
mockclient-2.1.0.pom | |
mockclient-2.1.0-sources.jar | 19 KB |
mockclient-2.1.0-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nrbtech.rxandroidble/mockclient/ -->
<dependency>
<groupId>io.nrbtech.rxandroidble</groupId>
<artifactId>mockclient</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.nrbtech.rxandroidble/mockclient/
implementation 'io.nrbtech.rxandroidble:mockclient:2.1.0'
// https://jarcasting.com/artifacts/io.nrbtech.rxandroidble/mockclient/
implementation ("io.nrbtech.rxandroidble:mockclient:2.1.0")
'io.nrbtech.rxandroidble:mockclient:aar:2.1.0'
<dependency org="io.nrbtech.rxandroidble" name="mockclient" rev="2.1.0">
<artifact name="mockclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.nrbtech.rxandroidble', module='mockclient', version='2.1.0')
)
libraryDependencies += "io.nrbtech.rxandroidble" % "mockclient" % "2.1.0"
[io.nrbtech.rxandroidble/mockclient "2.1.0"]