| GroupId | GroupIdcom.smallbuer |
|---|---|
| ArtifactId | ArtifactIdjsbridge |
| Version | Version1.0.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| jsbridge-1.0.5.pom | |
| jsbridge-1.0.5.aar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.smallbuer/jsbridge/ -->
<dependency>
<groupId>com.smallbuer</groupId>
<artifactId>jsbridge</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.smallbuer/jsbridge/
implementation 'com.smallbuer:jsbridge:1.0.5'
// https://jarcasting.com/artifacts/com.smallbuer/jsbridge/
implementation ("com.smallbuer:jsbridge:1.0.5")
'com.smallbuer:jsbridge:aar:1.0.5'
<dependency org="com.smallbuer" name="jsbridge" rev="1.0.5">
<artifact name="jsbridge" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.smallbuer', module='jsbridge', version='1.0.5')
)
libraryDependencies += "com.smallbuer" % "jsbridge" % "1.0.5"
[com.smallbuer/jsbridge "1.0.5"]