n

neko-htmlunit

NekoHtml is the Html parser used by HtmlUnit.
https://www.htmlunit.org
Apache License, Version 2.0
HtmlUnit
Andy Clark Marc Guillemot Ahmed Ashour Ronald Brill
文件下载
文件名 操作
neko-htmlunit-4.1.0.jar 下载
neko-htmlunit-4.1.0.pom 下载
neko-htmlunit-4.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>neko-htmlunit</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:neko-htmlunit:4.1.0'
Gradle Kotlin
implementation("org.htmlunit:neko-htmlunit:4.1.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "neko-htmlunit" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='neko-htmlunit', version='4.1.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="neko-htmlunit" rev="4.1.0" />
Leiningen
[org.htmlunit/neko-htmlunit "4.1.0"]
Apache Buildr
'org.htmlunit:neko-htmlunit:jar:4.1.0'