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