is not current version
Last Version 2.3.1

com.github.satoshun.RxWebView:rxwebview 2.3.0

RxJava2 binding APIs for Android's WebView

GroupId

GroupId

com.github.satoshun.RxWebView
ArtifactId

ArtifactId

rxwebview
Version

Version

2.3.0
Type

Type

aar

Download rxwebview 2.3.0


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