Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.microfocus.adm.leanft |
ArtifactId | ArtifactIdleanft-selenium-java-sdk |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microfocus.adm.leanft/leanft-selenium-java-sdk/ -->
<dependency>
<groupId>com.microfocus.adm.leanft</groupId>
<artifactId>leanft-selenium-java-sdk</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microfocus.adm.leanft/leanft-selenium-java-sdk/
implementation 'com.microfocus.adm.leanft:leanft-selenium-java-sdk:1.0'
// https://jarcasting.com/artifacts/com.microfocus.adm.leanft/leanft-selenium-java-sdk/
implementation ("com.microfocus.adm.leanft:leanft-selenium-java-sdk:1.0")
'com.microfocus.adm.leanft:leanft-selenium-java-sdk:jar:1.0'
<dependency org="com.microfocus.adm.leanft" name="leanft-selenium-java-sdk" rev="1.0">
<artifact name="leanft-selenium-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microfocus.adm.leanft', module='leanft-selenium-java-sdk', version='1.0')
)
libraryDependencies += "com.microfocus.adm.leanft" % "leanft-selenium-java-sdk" % "1.0"
[com.microfocus.adm.leanft/leanft-selenium-java-sdk "1.0"]