| License |
License |
|---|---|
| GroupId | GroupIdcom.testerum |
| ArtifactId | ArtifactIdweb |
| Version | Version5.3.5 |
| Type | Typepom |
| Description |
DescriptionTesterum test automation platform
|
| Filename | Size |
|---|---|
| web-5.3.5.pom | 652 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/web/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>web</artifactId>
<version>5.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/web/
implementation 'com.testerum:web:5.3.5'
// https://jarcasting.com/artifacts/com.testerum/web/
implementation ("com.testerum:web:5.3.5")
'com.testerum:web:pom:5.3.5'
<dependency org="com.testerum" name="web" rev="5.3.5">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='web', version='5.3.5')
)
libraryDependencies += "com.testerum" % "web" % "5.3.5"
[com.testerum/web "5.3.5"]