is not current version
Last Version 1.0.5

io.github.jairo91:testingapp 1.0.4

Framework to automate tests in java (Appium or Selenium)

GroupId

GroupId

io.github.jairo91
ArtifactId

ArtifactId

testingapp
Version

Version

1.0.4
Type

Type

jar

Download testingapp 1.0.4


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