is not current version
Last Version 2.1.19

com.github.jorge2m:testmaker 1.3.11

Framework for the construction of End To End Testcases based on Selenium WebDriver

GroupId

GroupId

com.github.jorge2m
ArtifactId

ArtifactId

testmaker
Version

Version

1.3.11
Type

Type

pom

Download testmaker 1.3.11

Filename Size
testmaker-1.3.11.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.jorge2m/testmaker/ -->
<dependency>
    <groupId>com.github.jorge2m</groupId>
    <artifactId>testmaker</artifactId>
    <version>1.3.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jorge2m/testmaker/
implementation 'com.github.jorge2m:testmaker:1.3.11'
// https://jarcasting.com/artifacts/com.github.jorge2m/testmaker/
implementation ("com.github.jorge2m:testmaker:1.3.11")
'com.github.jorge2m:testmaker:pom:1.3.11'
<dependency org="com.github.jorge2m" name="testmaker" rev="1.3.11">
  <artifact name="testmaker" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jorge2m', module='testmaker', version='1.3.11')
)
libraryDependencies += "com.github.jorge2m" % "testmaker" % "1.3.11"
[com.github.jorge2m/testmaker "1.3.11"]