GroupId | GroupIdcom.github.satoshun.RxWebView |
---|---|
ArtifactId | ArtifactIdrxwebview |
Version | Version2.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
rxwebview-2.3.0.pom | |
rxwebview-2.3.0.aar | 32 KB |
rxwebview-2.3.0-sources.jar | 26 KB |
rxwebview-2.3.0-javadoc.jar | 162 KB |
Browse |
<!-- 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"]