is not current version
Last Version 0.0.2

com.github.aimate:aimate-java 0.0.1

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.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.aimate
ArtifactId

ArtifactId

aimate-java
Version

Version

0.0.1
Type

Type

jar

Download aimate-java 0.0.1


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