| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnl.ngti |
| Идентификатор | Идентификаторandroscope |
| Версия | Версия1.0 |
| Тип | Типaar |
| Описание |
ОписаниеAndroscope
Androscope is a debugging tool for Android developers that allows to see application internals in a convenient web interface.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| androscope-1.0.pom | |
| androscope-1.0-sources.jar | 34 KB |
| androscope-1.0-javadoc.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.ngti/androscope/ -->
<dependency>
<groupId>nl.ngti</groupId>
<artifactId>androscope</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nl.ngti/androscope/
implementation 'nl.ngti:androscope:1.0'
// https://jarcasting.com/artifacts/nl.ngti/androscope/
implementation ("nl.ngti:androscope:1.0")
'nl.ngti:androscope:aar:1.0'
<dependency org="nl.ngti" name="androscope" rev="1.0">
<artifact name="androscope" type="aar" />
</dependency>
@Grapes(
@Grab(group='nl.ngti', module='androscope', version='1.0')
)
libraryDependencies += "nl.ngti" % "androscope" % "1.0"
[nl.ngti/androscope "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.4.10 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.10 |
| androidx.lifecycle » lifecycle-livedata-core-ktx | jar | 2.2.0 |
| androidx.activity » activity | jar | 1.1.0 |
| androidx.core » core-ktx | jar | 1.3.1 |
| org.nanohttpd : nanohttpd-webserver | jar | 2.3.1 |
| com.google.code.gson : gson | jar | 2.8.6 |