w

webview-heapjs

Enables sharing of user and session data with heap.js running in an Android WebView.
https://heap.io
Heap Android Software License Agreement
Heap Inc.
Files download
File Operation
webview-heapjs-0.5.2.pom download
webview-heapjs-0.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.heap.core.web</groupId>
  <artifactId>webview-heapjs</artifactId>
  <version>0.5.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.heap.core.web:webview-heapjs:0.5.2'
Gradle Kotlin
implementation("io.heap.core.web:webview-heapjs:0.5.2")
Scala SBT
libraryDependencies += "io.heap.core.web" % "webview-heapjs" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='io.heap.core.web', module='webview-heapjs', version='0.5.2')
)
Apache Ivy
<dependency org="io.heap.core.web" name="webview-heapjs" rev="0.5.2" />
Leiningen
[io.heap.core.web/webview-heapjs "0.5.2"]
Apache Buildr
'io.heap.core.web:webview-heapjs:jar:0.5.2'