GroupId | GroupIdcom.github.satoshun.RxWebView |
---|---|
ArtifactId | ArtifactIdrxwebview |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rxwebview-2.1.0.pom | -1 bytes |
rxwebview-2.1.0-sources.jar | 25 KB |
rxwebview-2.1.0-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.satoshun.RxWebView/rxwebview/ -->
<dependency>
<groupId>com.github.satoshun.RxWebView</groupId>
<artifactId>rxwebview</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.RxWebView/rxwebview/
implementation 'com.github.satoshun.RxWebView:rxwebview:2.1.0'
// https://jarcasting.com/artifacts/com.github.satoshun.RxWebView/rxwebview/
implementation ("com.github.satoshun.RxWebView:rxwebview:2.1.0")
'com.github.satoshun.RxWebView:rxwebview:jar:2.1.0'
<dependency org="com.github.satoshun.RxWebView" name="rxwebview" rev="2.1.0">
<artifact name="rxwebview" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.RxWebView', module='rxwebview', version='2.1.0')
)
libraryDependencies += "com.github.satoshun.RxWebView" % "rxwebview" % "2.1.0"
[com.github.satoshun.RxWebView/rxwebview "2.1.0"]