is not current version
Last Version 1.0.0.9

org.dstadler:commons-htmlunit 1.0.0.5

Common HtmlUnit utility methods that I find useful in various projects.

GroupId

GroupId

org.dstadler
ArtifactId

ArtifactId

commons-htmlunit
Version

Version

1.0.0.5
Type

Type

jar

Download commons-htmlunit 1.0.0.5


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