h

htmlunit-core-js

HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.
https://www.htmlunit.org
Mozilla Public License, Version 2.0
HtmlUnit
Mozilla Rhino Team HtmlUnit Team
Files download
File Operation
htmlunit-core-js-3.5.0.jar download
htmlunit-core-js-3.5.0.pom download
htmlunit-core-js-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit-core-js</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:htmlunit-core-js:3.5.0'
Gradle Kotlin
implementation("org.htmlunit:htmlunit-core-js:3.5.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "htmlunit-core-js" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='htmlunit-core-js', version='3.5.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="htmlunit-core-js" rev="3.5.0" />
Leiningen
[org.htmlunit/htmlunit-core-js "3.5.0"]
Apache Buildr
'org.htmlunit:htmlunit-core-js:jar:3.5.0'