License |
License |
---|---|
Categories |
CategoriesJava Languages Ant Build Tools |
GroupId | GroupIdio.kandula |
ArtifactId | ArtifactIdcom-antd-java |
Last Version | Last Version3.20.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom-antd-java
An API to control Ant Design's components in selenium web driver tests.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
com-antd-java-3.20.2.pom | |
com-antd-java-3.20.2.jar | 4 KB |
com-antd-java-3.20.2-sources.jar | 1 KB |
com-antd-java-3.20.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kandula/com-antd-java/ -->
<dependency>
<groupId>io.kandula</groupId>
<artifactId>com-antd-java</artifactId>
<version>3.20.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.kandula/com-antd-java/
implementation 'io.kandula:com-antd-java:3.20.2'
// https://jarcasting.com/artifacts/io.kandula/com-antd-java/
implementation ("io.kandula:com-antd-java:3.20.2")
'io.kandula:com-antd-java:jar:3.20.2'
<dependency org="io.kandula" name="com-antd-java" rev="3.20.2">
<artifact name="com-antd-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kandula', module='com-antd-java', version='3.20.2')
)
libraryDependencies += "io.kandula" % "com-antd-java" % "3.20.2"
[io.kandula/com-antd-java "3.20.2"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-api | jar | 3.141.59 |
org.seleniumhq.selenium : selenium-support | jar | 3.141.59 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.nanohttpd : nanohttpd-webserver | jar | 2.3.1 |
com.codeborne : selenide | jar | 5.2.7 |