Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.fully-automated |
ArtifactId | ArtifactIdandroid-automation |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
android-automation-1.2.3.pom | |
android-automation-1.2.3.jar | 18 KB |
android-automation-1.2.3-sources.jar | 15 KB |
android-automation-1.2.3-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fully-automated/android-automation/ -->
<dependency>
<groupId>com.fully-automated</groupId>
<artifactId>android-automation</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fully-automated/android-automation/
implementation 'com.fully-automated:android-automation:1.2.3'
// https://jarcasting.com/artifacts/com.fully-automated/android-automation/
implementation ("com.fully-automated:android-automation:1.2.3")
'com.fully-automated:android-automation:jar:1.2.3'
<dependency org="com.fully-automated" name="android-automation" rev="1.2.3">
<artifact name="android-automation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fully-automated', module='android-automation', version='1.2.3')
)
libraryDependencies += "com.fully-automated" % "android-automation" % "1.2.3"
[com.fully-automated/android-automation "1.2.3"]