b

bdd.ai

Mobile testing automation library with artificial intelligence support
https://github.com/SahinEgilmez/bdd.ai
Apache License 2.0
io.github.sahinegilmez
Sahin Egilmez
Files download
File Operation
bdd.ai-0.3.0.jar download
bdd.ai-0.3.0.pom download
bdd.ai-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sahinegilmez</groupId>
  <artifactId>bdd.ai</artifactId>
  <version>0.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.sahinegilmez:bdd.ai:0.3.0'
Gradle Kotlin
implementation("io.github.sahinegilmez:bdd.ai:0.3.0")
Scala SBT
libraryDependencies += "io.github.sahinegilmez" % "bdd.ai" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sahinegilmez', module='bdd.ai', version='0.3.0')
)
Apache Ivy
<dependency org="io.github.sahinegilmez" name="bdd.ai" rev="0.3.0" />
Leiningen
[io.github.sahinegilmez/bdd.ai "0.3.0"]
Apache Buildr
'io.github.sahinegilmez:bdd.ai:jar:0.3.0'