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.
http://htmlunit.sourceforge.net
Mozilla Public License, Version 2.0
Gargoyle Software Inc.
Mozilla Rhino Team HtmlUnit Team
Files download
File Operation
htmlunit-core-js-2.47.0.jar download
htmlunit-core-js-2.47.0.pom download
htmlunit-core-js-2.47.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.htmlunit</groupId>
  <artifactId>htmlunit-core-js</artifactId>
  <version>2.47.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.htmlunit:htmlunit-core-js:2.47.0'
Gradle Kotlin
implementation("net.sourceforge.htmlunit:htmlunit-core-js:2.47.0")
Scala SBT
libraryDependencies += "net.sourceforge.htmlunit" % "htmlunit-core-js" % "2.47.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.htmlunit', module='htmlunit-core-js', version='2.47.0')
)
Apache Ivy
<dependency org="net.sourceforge.htmlunit" name="htmlunit-core-js" rev="2.47.0" />
Leiningen
[net.sourceforge.htmlunit/htmlunit-core-js "2.47.0"]
Apache Buildr
'net.sourceforge.htmlunit:htmlunit-core-js:jar:2.47.0'
Dependencies