Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.satoshun.RxWebView |
ArtifactId | ArtifactIdrxwebview-kotlin |
Version | Version2.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
rxwebview-kotlin-2.1.2.pom | |
rxwebview-kotlin-2.1.2.aar | 2 KB |
rxwebview-kotlin-2.1.2-sources.jar | 1 KB |
rxwebview-kotlin-2.1.2-javadoc.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.satoshun.RxWebView/rxwebview-kotlin/ -->
<dependency>
<groupId>com.github.satoshun.RxWebView</groupId>
<artifactId>rxwebview-kotlin</artifactId>
<version>2.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.RxWebView/rxwebview-kotlin/
implementation 'com.github.satoshun.RxWebView:rxwebview-kotlin:2.1.2'
// https://jarcasting.com/artifacts/com.github.satoshun.RxWebView/rxwebview-kotlin/
implementation ("com.github.satoshun.RxWebView:rxwebview-kotlin:2.1.2")
'com.github.satoshun.RxWebView:rxwebview-kotlin:aar:2.1.2'
<dependency org="com.github.satoshun.RxWebView" name="rxwebview-kotlin" rev="2.1.2">
<artifact name="rxwebview-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.RxWebView', module='rxwebview-kotlin', version='2.1.2')
)
libraryDependencies += "com.github.satoshun.RxWebView" % "rxwebview-kotlin" % "2.1.2"
[com.github.satoshun.RxWebView/rxwebview-kotlin "2.1.2"]