| Categories |
CategoriesDistribution Build Tools |
|---|---|
| GroupId | GroupIdcom.github.saikrishna321 |
| ArtifactId | ArtifactIdAppiumTestDistribution |
| Version | Version10.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.saikrishna321/AppiumTestDistribution/ -->
<dependency>
<groupId>com.github.saikrishna321</groupId>
<artifactId>AppiumTestDistribution</artifactId>
<version>10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.saikrishna321/AppiumTestDistribution/
implementation 'com.github.saikrishna321:AppiumTestDistribution:10.0.0'
// https://jarcasting.com/artifacts/com.github.saikrishna321/AppiumTestDistribution/
implementation ("com.github.saikrishna321:AppiumTestDistribution:10.0.0")
'com.github.saikrishna321:AppiumTestDistribution:jar:10.0.0'
<dependency org="com.github.saikrishna321" name="AppiumTestDistribution" rev="10.0.0">
<artifact name="AppiumTestDistribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.saikrishna321', module='AppiumTestDistribution', version='10.0.0')
)
libraryDependencies += "com.github.saikrishna321" % "AppiumTestDistribution" % "10.0.0"
[com.github.saikrishna321/AppiumTestDistribution "10.0.0"]