is not current version
Last Version 2.6-hudson-2

org.jvnet.hudson:htmlunit 2.2-hudson-1

A headless browser intended for use in testing web-based applications.

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson
ArtifactId

ArtifactId

htmlunit
Version

Version

2.2-hudson-1
Type

Type

jar

Download htmlunit 2.2-hudson-1


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