License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Hudson Build Tools Continuous Integration and Continuous Delivery Net |
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdhtmlunit-core-js |
Last Version | Last Version2.6-hudson-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHtmlUnit 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
htmlunit-core-js-2.6-hudson-1.pom | |
htmlunit-core-js-2.6-hudson-1.jar | 702 KB |
htmlunit-core-js-2.6-hudson-1-sources.jar | 700 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/htmlunit-core-js/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>htmlunit-core-js</artifactId>
<version>2.6-hudson-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/htmlunit-core-js/
implementation 'org.jvnet.hudson:htmlunit-core-js:2.6-hudson-1'
// https://jarcasting.com/artifacts/org.jvnet.hudson/htmlunit-core-js/
implementation ("org.jvnet.hudson:htmlunit-core-js:2.6-hudson-1")
'org.jvnet.hudson:htmlunit-core-js:jar:2.6-hudson-1'
<dependency org="org.jvnet.hudson" name="htmlunit-core-js" rev="2.6-hudson-1">
<artifact name="htmlunit-core-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='htmlunit-core-js', version='2.6-hudson-1')
)
libraryDependencies += "org.jvnet.hudson" % "htmlunit-core-js" % "2.6-hudson-1"
[org.jvnet.hudson/htmlunit-core-js "2.6-hudson-1"]