is not current version
Last Version 1.0.1

io.github.chongwen:webview 1.0.0

你的项目描述

GroupId

GroupId

io.github.chongwen
ArtifactId

ArtifactId

webview
Version

Version

1.0.0
Type

Type

aar

Download webview 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.chongwen/webview/ -->
<dependency>
    <groupId>io.github.chongwen</groupId>
    <artifactId>webview</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chongwen/webview/
implementation 'io.github.chongwen:webview:1.0.0'
// https://jarcasting.com/artifacts/io.github.chongwen/webview/
implementation ("io.github.chongwen:webview:1.0.0")
'io.github.chongwen:webview:aar:1.0.0'
<dependency org="io.github.chongwen" name="webview" rev="1.0.0">
  <artifact name="webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.chongwen', module='webview', version='1.0.0')
)
libraryDependencies += "io.github.chongwen" % "webview" % "1.0.0"
[io.github.chongwen/webview "1.0.0"]