Last Version

androidjs 0.0.1

A simple library that helps Android developers to execute JavaScript code from Android native side easily without using WebView.

License

License

GroupId

GroupId

io.github.pavel-corsaghin
ArtifactId

ArtifactId

androidjs
Version

Version

0.0.1
Type

Type

aar
Description

Description

androidjs
A simple library that helps Android developers to execute JavaScript code from Android native side easily without using WebView.
Project URL

Project URL

https://github.com/pavel-corsaghin/AndroidJSModule
Source Code Management

Source Code Management

https://github.com/pavel-corsaghin/AndroidJSModule/tree/main

Download androidjs 0.0.1


<!-- 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"]

Dependencies

runtime (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.