GroupId | GroupIdcom.bihe0832.android |
---|---|
ArtifactId | ArtifactIdcommon-webview |
Version | Version4.12.10 |
Type | Typeaar |
Filename | Size |
---|---|
common-webview-4.12.10.pom | |
common-webview-4.12.10.aar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bihe0832.android/common-webview/ -->
<dependency>
<groupId>com.bihe0832.android</groupId>
<artifactId>common-webview</artifactId>
<version>4.12.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bihe0832.android/common-webview/
implementation 'com.bihe0832.android:common-webview:4.12.10'
// https://jarcasting.com/artifacts/com.bihe0832.android/common-webview/
implementation ("com.bihe0832.android:common-webview:4.12.10")
'com.bihe0832.android:common-webview:aar:4.12.10'
<dependency org="com.bihe0832.android" name="common-webview" rev="4.12.10">
<artifact name="common-webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bihe0832.android', module='common-webview', version='4.12.10')
)
libraryDependencies += "com.bihe0832.android" % "common-webview" % "4.12.10"
[com.bihe0832.android/common-webview "4.12.10"]