is not current version
Last Version 2.62.0

net.sourceforge.htmlunit:htmlunit-core-js 2.23

HtmlUnit adaptation of Mozilla Rhino Javascript engine for Java. Changes are documented by a diff (rhinoDiff.txt) contained in the generated jar files.

Categories

Categories

JavaScript Languages Net
GroupId

GroupId

net.sourceforge.htmlunit
ArtifactId

ArtifactId

htmlunit-core-js
Version

Version

2.23
Type

Type

jar

Download htmlunit-core-js 2.23


<!-- https://jarcasting.com/artifacts/net.sourceforge.htmlunit/htmlunit-core-js/ -->
<dependency>
    <groupId>net.sourceforge.htmlunit</groupId>
    <artifactId>htmlunit-core-js</artifactId>
    <version>2.23</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.htmlunit/htmlunit-core-js/
implementation 'net.sourceforge.htmlunit:htmlunit-core-js:2.23'
// https://jarcasting.com/artifacts/net.sourceforge.htmlunit/htmlunit-core-js/
implementation ("net.sourceforge.htmlunit:htmlunit-core-js:2.23")
'net.sourceforge.htmlunit:htmlunit-core-js:jar:2.23'
<dependency org="net.sourceforge.htmlunit" name="htmlunit-core-js" rev="2.23">
  <artifact name="htmlunit-core-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.htmlunit', module='htmlunit-core-js', version='2.23')
)
libraryDependencies += "net.sourceforge.htmlunit" % "htmlunit-core-js" % "2.23"
[net.sourceforge.htmlunit/htmlunit-core-js "2.23"]