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 1.1
文件下载
文件名 操作
htmlunit-core-js-2.8.jar 下载
htmlunit-core-js-2.8.pom 下载
htmlunit-core-js-2.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.htmlunit</groupId>
  <artifactId>htmlunit-core-js</artifactId>
  <version>2.8</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.htmlunit:htmlunit-core-js:2.8'
Gradle Kotlin
implementation("net.sourceforge.htmlunit:htmlunit-core-js:2.8")
Scala SBT
libraryDependencies += "net.sourceforge.htmlunit" % "htmlunit-core-js" % "2.8"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.htmlunit', module='htmlunit-core-js', version='2.8')
)
Apache Ivy
<dependency org="net.sourceforge.htmlunit" name="htmlunit-core-js" rev="2.8" />
Leiningen
[net.sourceforge.htmlunit/htmlunit-core-js "2.8"]
Apache Buildr
'net.sourceforge.htmlunit:htmlunit-core-js:jar:2.8'
本项目依赖
该项目无第三方依赖