| GroupId | GroupIdcom.utest |
|---|---|
| ArtifactId | ArtifactIdapphance-preprod |
| Version | Version1.9 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| apphance-preprod-1.9.pom | |
| apphance-preprod-1.9.zip | 575 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.utest/apphance-preprod/ -->
<dependency>
<groupId>com.utest</groupId>
<artifactId>apphance-preprod</artifactId>
<version>1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.utest/apphance-preprod/
implementation 'com.utest:apphance-preprod:1.9'
// https://jarcasting.com/artifacts/com.utest/apphance-preprod/
implementation ("com.utest:apphance-preprod:1.9")
'com.utest:apphance-preprod:aar:1.9'
<dependency org="com.utest" name="apphance-preprod" rev="1.9">
<artifact name="apphance-preprod" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.utest', module='apphance-preprod', version='1.9')
)
libraryDependencies += "com.utest" % "apphance-preprod" % "1.9"
[com.utest/apphance-preprod "1.9"]