is not current version
Last Version 1.0.5

io.github.jairo91:testingapp 1.0.0

Framework to automate tests in java (Appium or Selenium

GroupId

GroupId

io.github.jairo91
ArtifactId

ArtifactId

testingapp
Version

Version

1.0.0
Type

Type

jar

Download testingapp 1.0.0


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