| License |
License
Apache 2.0
|
|---|---|
| GroupId | GroupIdde.micromata.tpsb |
| ArtifactId | ArtifactIdde.micromata.tpsb.htmlunit |
| Version | Version2.7.0 |
| Type | Typejar |
| Description |
DescriptionTPSB is a testing framework to write unittest with fluent pattern.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.micromata.tpsb/de.micromata.tpsb.htmlunit/ -->
<dependency>
<groupId>de.micromata.tpsb</groupId>
<artifactId>de.micromata.tpsb.htmlunit</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.micromata.tpsb/de.micromata.tpsb.htmlunit/
implementation 'de.micromata.tpsb:de.micromata.tpsb.htmlunit:2.7.0'
// https://jarcasting.com/artifacts/de.micromata.tpsb/de.micromata.tpsb.htmlunit/
implementation ("de.micromata.tpsb:de.micromata.tpsb.htmlunit:2.7.0")
'de.micromata.tpsb:de.micromata.tpsb.htmlunit:jar:2.7.0'
<dependency org="de.micromata.tpsb" name="de.micromata.tpsb.htmlunit" rev="2.7.0">
<artifact name="de.micromata.tpsb.htmlunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.micromata.tpsb', module='de.micromata.tpsb.htmlunit', version='2.7.0')
)
libraryDependencies += "de.micromata.tpsb" % "de.micromata.tpsb.htmlunit" % "2.7.0"
[de.micromata.tpsb/de.micromata.tpsb.htmlunit "2.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.micromata.tpsb : de.micromata.tpsb.common | jar | 2.7.0 |
| net.sourceforge.htmlunit : htmlunit | jar | 2.6 |
| xerces : xercesImpl | jar | 2.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |