h

htmlunit3-android

A headless browser intended for use in testing web-based applications packaged for android.
https://www.htmlunit.org
Apache License, Version 2.0
Gargoyle Software Inc.
Ronald Brill
Files download
File Operation
htmlunit3-android-3.5.0.jar download
htmlunit3-android-3.5.0.pom download
htmlunit3-android-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit3-android</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:htmlunit3-android:3.5.0'
Gradle Kotlin
implementation("org.htmlunit:htmlunit3-android:3.5.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "htmlunit3-android" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='htmlunit3-android', version='3.5.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="htmlunit3-android" rev="3.5.0" />
Leiningen
[org.htmlunit/htmlunit3-android "3.5.0"]
Apache Buildr
'org.htmlunit:htmlunit3-android:jar:3.5.0'