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