is not current version
Last Version 1.1

nl.ngti:androscope 1.0-RC2

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-RC2
Type

Type

aar

Download androscope 1.0-RC2


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