is not current version
Last Version 1.1

nl.ngti:androscope 1.0-RC4

Androscope is a debugging tool for Android developers that allows to see application internals in a convenient web interface.

GroupId

GroupId

nl.ngti
ArtifactId

ArtifactId

androscope
Version

Version

1.0-RC4
Type

Type

aar

Download androscope 1.0-RC4


<!-- https://jarcasting.com/artifacts/nl.ngti/androscope/ -->
<dependency>
    <groupId>nl.ngti</groupId>
    <artifactId>androscope</artifactId>
    <version>1.0-RC4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nl.ngti/androscope/
implementation 'nl.ngti:androscope:1.0-RC4'
// https://jarcasting.com/artifacts/nl.ngti/androscope/
implementation ("nl.ngti:androscope:1.0-RC4")
'nl.ngti:androscope:aar:1.0-RC4'
<dependency org="nl.ngti" name="androscope" rev="1.0-RC4">
  <artifact name="androscope" type="aar" />
</dependency>
@Grapes(
@Grab(group='nl.ngti', module='androscope', version='1.0-RC4')
)
libraryDependencies += "nl.ngti" % "androscope" % "1.0-RC4"
[nl.ngti/androscope "1.0-RC4"]