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
文件下载
文件名 操作
htmlunit3-android-3.3.0.jar 下载
htmlunit3-android-3.3.0.pom 下载
htmlunit3-android-3.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit3-android</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:htmlunit3-android:3.3.0'
Gradle Kotlin
implementation("org.htmlunit:htmlunit3-android:3.3.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "htmlunit3-android" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='htmlunit3-android', version='3.3.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="htmlunit3-android" rev="3.3.0" />
Leiningen
[org.htmlunit/htmlunit3-android "3.3.0"]
Apache Buildr
'org.htmlunit:htmlunit3-android:jar:3.3.0'