is not current version
Last Version 1.4

cn.pedant.safewebviewbridge:library 1.2

Provide a safe and reliable scheme for Java and JavaScript in Android WebView.

Categories

Categories

Ant Build Tools
GroupId

GroupId

cn.pedant.safewebviewbridge
ArtifactId

ArtifactId

library
Version

Version

1.2
Type

Type

aar

Download library 1.2


<!-- https://jarcasting.com/artifacts/cn.pedant.safewebviewbridge/library/ -->
<dependency>
    <groupId>cn.pedant.safewebviewbridge</groupId>
    <artifactId>library</artifactId>
    <version>1.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.pedant.safewebviewbridge/library/
implementation 'cn.pedant.safewebviewbridge:library:1.2'
// https://jarcasting.com/artifacts/cn.pedant.safewebviewbridge/library/
implementation ("cn.pedant.safewebviewbridge:library:1.2")
'cn.pedant.safewebviewbridge:library:aar:1.2'
<dependency org="cn.pedant.safewebviewbridge" name="library" rev="1.2">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.pedant.safewebviewbridge', module='library', version='1.2')
)
libraryDependencies += "cn.pedant.safewebviewbridge" % "library" % "1.2"
[cn.pedant.safewebviewbridge/library "1.2"]