Jar examples for h:htmlunit
A headless browser intended for use in testing web-based applications.
You can download jar file htmlunit 2.19 in this page.
The HtmlUnit Software License
You can use the following script to add htmlunit-2.19.jar to your project.
<dependency> <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> <version>2.19</version> </dependency>
compile group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.19'
libraryDependencies += "net.sourceforge.htmlunit" % "htmlunit" % "2.19"
<dependency org="net.sourceforge.htmlunit" name="htmlunit" rev="2.19"/>
@Grapes(@Grab(group='net.sourceforge.htmlunit', module='htmlunit', version='2.19'))
'net.sourceforge.htmlunit:htmlunit:jar:2.19'
Click the following link to download the jar file.
htmlunit-2.19-javadoc.jar