a

android-webview-instrumentation

Aliyun Open Services SDK for Android Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com
https://github.com/aliyun/aliyun-log-android-sdk
The Apache License, Version 2.0
Aliyun Log develpment team
文件下载
文件名 操作
android-webview-instrumentation-1.0.0-beta.1.pom 下载
android-webview-instrumentation-1.0.0-beta.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.aliyun-sls</groupId>
  <artifactId>android-webview-instrumentation</artifactId>
  <version>1.0.0-beta.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.aliyun-sls:android-webview-instrumentation:1.0.0-beta.1'
Gradle Kotlin
implementation("io.github.aliyun-sls:android-webview-instrumentation:1.0.0-beta.1")
Scala SBT
libraryDependencies += "io.github.aliyun-sls" % "android-webview-instrumentation" % "1.0.0-beta.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.aliyun-sls', module='android-webview-instrumentation', version='1.0.0-beta.1')
)
Apache Ivy
<dependency org="io.github.aliyun-sls" name="android-webview-instrumentation" rev="1.0.0-beta.1" />
Leiningen
[io.github.aliyun-sls/android-webview-instrumentation "1.0.0-beta.1"]
Apache Buildr
'io.github.aliyun-sls:android-webview-instrumentation:jar:1.0.0-beta.1'