| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.smallbuer |
| Идентификатор | Идентификаторjsbridge |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеsmallbuer
A solution for safe and fast interaction between js and native£¬it's minimum support API 14
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jsbridge-1.0.6.pom | |
| jsbridge-1.0.6.aar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.smallbuer/jsbridge/ -->
<dependency>
<groupId>com.smallbuer</groupId>
<artifactId>jsbridge</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.smallbuer/jsbridge/
implementation 'com.smallbuer:jsbridge:1.0.6'
// https://jarcasting.com/artifacts/com.smallbuer/jsbridge/
implementation ("com.smallbuer:jsbridge:1.0.6")
'com.smallbuer:jsbridge:aar:1.0.6'
<dependency org="com.smallbuer" name="jsbridge" rev="1.0.6">
<artifact name="jsbridge" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.smallbuer', module='jsbridge', version='1.0.6')
)
libraryDependencies += "com.smallbuer" % "jsbridge" % "1.0.6"
[com.smallbuer/jsbridge "1.0.6"]