| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.aimate |
| ArtifactId | ArtifactIdaimate-java |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
DescriptionAI-Mate
AI-Mate is a tool to help test automation engineers to write more stable tests,
generating alternative locators for the web elements used in their tests.
|
| Filename | Size |
|---|---|
| aimate-java-0.0.2.pom | |
| aimate-java-0.0.2.jar | 46 KB |
| aimate-java-0.0.2-sources.jar | 24 KB |
| aimate-java-0.0.2-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aimate/aimate-java/ -->
<dependency>
<groupId>com.github.aimate</groupId>
<artifactId>aimate-java</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aimate/aimate-java/
implementation 'com.github.aimate:aimate-java:0.0.2'
// https://jarcasting.com/artifacts/com.github.aimate/aimate-java/
implementation ("com.github.aimate:aimate-java:0.0.2")
'com.github.aimate:aimate-java:jar:0.0.2'
<dependency org="com.github.aimate" name="aimate-java" rev="0.0.2">
<artifact name="aimate-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aimate', module='aimate-java', version='0.0.2')
)
libraryDependencies += "com.github.aimate" % "aimate-java" % "0.0.2"
[com.github.aimate/aimate-java "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-model | jar | 3.3.9 |
| io.appium : java-client | jar | 7.3.0 |
| com.google.code.gson : gson | jar | 2.8.0 |
| com.google.firebase : firebase-admin | jar | 6.10.0 |
| org.slf4j : slf4j-api | jar | 1.7.28 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.28 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.0.0 |
| io.github.bonigarcia : webdrivermanager | jar | 3.7.1 |