webview

zcw自定义webview

License

License

GroupId

GroupId

io.github.chongwen
ArtifactId

ArtifactId

webview
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

webview
zcw自定义webview
Project URL

Project URL

https://github.com/chongwen/android_quickframework
Source Code Management

Source Code Management

https://github.com/chongwen/android_quickframework/tree/master

Download webview

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Android新项目快速搭建

  • 底部导航栏Tab
  • 自定义Webview

Versions

Version
1.0.1
1.0.0