| License |
License |
|---|---|
| GroupId | GroupIdcom.smallbuer |
| ArtifactId | ArtifactIdjsbridge |
| Version | Version1.0.4 |
| Type | Typeaar |
| Description |
Descriptionsmallbuer
A solution for safe and fast interaction between js and native£¬it's minimum support API 14
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsbridge-1.0.4.pom | |
| jsbridge-1.0.4.aar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.smallbuer/jsbridge/ -->
<dependency>
<groupId>com.smallbuer</groupId>
<artifactId>jsbridge</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.smallbuer/jsbridge/
implementation 'com.smallbuer:jsbridge:1.0.4'
// https://jarcasting.com/artifacts/com.smallbuer/jsbridge/
implementation ("com.smallbuer:jsbridge:1.0.4")
'com.smallbuer:jsbridge:aar:1.0.4'
<dependency org="com.smallbuer" name="jsbridge" rev="1.0.4">
<artifact name="jsbridge" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.smallbuer', module='jsbridge', version='1.0.4')
)
libraryDependencies += "com.smallbuer" % "jsbridge" % "1.0.4"
[com.smallbuer/jsbridge "1.0.4"]