GroupId | GroupIdorg.specrunner |
---|---|
ArtifactId | ArtifactIdspecrunner-htmlunit |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-htmlunit-1.3.6.pom | |
specrunner-htmlunit-1.3.6.jar | 95 KB |
specrunner-htmlunit-1.3.6-sources.jar | 83 KB |
specrunner-htmlunit-1.3.6-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-htmlunit/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-htmlunit</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-htmlunit/
implementation 'org.specrunner:specrunner-htmlunit:1.3.6'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-htmlunit/
implementation ("org.specrunner:specrunner-htmlunit:1.3.6")
'org.specrunner:specrunner-htmlunit:jar:1.3.6'
<dependency org="org.specrunner" name="specrunner-htmlunit" rev="1.3.6">
<artifact name="specrunner-htmlunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-htmlunit', version='1.3.6')
)
libraryDependencies += "org.specrunner" % "specrunner-htmlunit" % "1.3.6"
[org.specrunner/specrunner-htmlunit "1.3.6"]