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