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