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