MVN

com.sensorsdata.analytics.android : webview

Maven & Gradle

Jul 17, 2023
1.2k stars

The official Android SDK for Sensors Analytics. · The official Android SDK for Sensors Analytics.

<dependency>
    <groupId>com.sensorsdata.analytics.android</groupId>
    <artifactId>webview</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sensorsdata.analytics.android : webview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of com.sensorsdata.analytics.android : webview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
webview-0.2.5
webview-0.2.4
webview-0.2.3
webview-0.2.2
webview-0.2.1
webview-0.2.0
0.1.x
webview-0.1.9
webview-0.1.8
webview-0.1.7
webview-0.1.6
webview-0.1.5
webview-0.1.4
webview-0.1.3
webview-0.1.2
webview-0.1.1
webview-0.1.0

How to add a dependency to Maven

Add the following com.sensorsdata.analytics.android : webview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sensorsdata.analytics.android</groupId>
    <artifactId>webview</artifactId>
    <version>0.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sensorsdata.analytics.android : webview gradle dependency to your build.gradle file:

implementation 'com.sensorsdata.analytics.android:webview:0.2.5'

Gradle Kotlin DSL: Add the following com.sensorsdata.analytics.android : webview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sensorsdata.analytics.android:webview:0.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sensorsdata.analytics.android : webview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sensorsdata.analytics.android" % "webview" % "0.2.5"