| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.pavel-corsaghin |
| Идентификатор | Идентификаторandroidjs |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеandroidjs
A simple library that helps Android developers to execute JavaScript code from Android native side easily without using WebView.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| androidjs-0.0.1.pom | |
| androidjs-0.0.1-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.pavel-corsaghin/androidjs/ -->
<dependency>
<groupId>io.github.pavel-corsaghin</groupId>
<artifactId>androidjs</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pavel-corsaghin/androidjs/
implementation 'io.github.pavel-corsaghin:androidjs:0.0.1'
// https://jarcasting.com/artifacts/io.github.pavel-corsaghin/androidjs/
implementation ("io.github.pavel-corsaghin:androidjs:0.0.1")
'io.github.pavel-corsaghin:androidjs:aar:0.0.1'
<dependency org="io.github.pavel-corsaghin" name="androidjs" rev="0.0.1">
<artifact name="androidjs" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.pavel-corsaghin', module='androidjs', version='0.0.1')
)
libraryDependencies += "io.github.pavel-corsaghin" % "androidjs" % "0.0.1"
[io.github.pavel-corsaghin/androidjs "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |
| androidx.core » core-ktx | jar | 1.6.0 |
| androidx.appcompat » appcompat | jar | 1.3.1 |
| com.google.android.material » material | jar | 1.4.0 |
| org.jetbrains.kotlinx : kotlinx-serialization-json | jar | 1.2.2 |