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
文件下载
文件名 操作
htmlunit-core-js-3.4.0.jar 下载
htmlunit-core-js-3.4.0.pom 下载
htmlunit-core-js-3.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.htmlunit</groupId>
  <artifactId>htmlunit-core-js</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.htmlunit:htmlunit-core-js:3.4.0'
Gradle Kotlin
implementation("org.htmlunit:htmlunit-core-js:3.4.0")
Scala SBT
libraryDependencies += "org.htmlunit" % "htmlunit-core-js" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.htmlunit', module='htmlunit-core-js', version='3.4.0')
)
Apache Ivy
<dependency org="org.htmlunit" name="htmlunit-core-js" rev="3.4.0" />
Leiningen
[org.htmlunit/htmlunit-core-js "3.4.0"]
Apache Buildr
'org.htmlunit:htmlunit-core-js:jar:3.4.0'