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
Files download
File Operation
neko-htmlunit-3.11.2.jar download
neko-htmlunit-3.11.2.pom download
neko-htmlunit-3.11.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>neko-htmlunit</artifactId>
  <version>3.11.2</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:neko-htmlunit:3.11.2'
Gradle Kotlin
implementation("org.htmlunit:neko-htmlunit:3.11.2")
Scala SBT
libraryDependencies += "org.htmlunit" % "neko-htmlunit" % "3.11.2"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='neko-htmlunit', version='3.11.2')
)
Apache Ivy
<dependency org="org.htmlunit" name="neko-htmlunit" rev="3.11.2" />
Leiningen
[org.htmlunit/neko-htmlunit "3.11.2"]
Apache Buildr
'org.htmlunit:neko-htmlunit:jar:3.11.2'