GroupId | GroupIdorg.specrunner |
---|---|
ArtifactId | ArtifactIdspecrunner-htmlunit |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-htmlunit-1.3.5.pom | |
specrunner-htmlunit-1.3.5.jar | 95 KB |
specrunner-htmlunit-1.3.5-sources.jar | 83 KB |
specrunner-htmlunit-1.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-htmlunit/
implementation 'org.specrunner:specrunner-htmlunit:1.3.5'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-htmlunit/
implementation ("org.specrunner:specrunner-htmlunit:1.3.5")
'org.specrunner:specrunner-htmlunit:jar:1.3.5'
<dependency org="org.specrunner" name="specrunner-htmlunit" rev="1.3.5">
<artifact name="specrunner-htmlunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-htmlunit', version='1.3.5')
)
libraryDependencies += "org.specrunner" % "specrunner-htmlunit" % "1.3.5"
[org.specrunner/specrunner-htmlunit "1.3.5"]