is not current version
Last Version 1.0.5

io.github.jairo91:testingapp 1.0.3

Framework to automate tests in java (Appium or Selenium)

GroupId

GroupId

io.github.jairo91
ArtifactId

ArtifactId

testingapp
Version

Version

1.0.3
Type

Type

jar

Download testingapp 1.0.3


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