Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.dropbox.mobile.kotlinsnapshot |
ArtifactId | ArtifactIduitesthelper |
Version | Version2.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
uitesthelper-2.2.1.pom | |
uitesthelper-2.2.1.aar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/uitesthelper/ -->
<dependency>
<groupId>com.dropbox.mobile.kotlinsnapshot</groupId>
<artifactId>uitesthelper</artifactId>
<version>2.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/uitesthelper/
implementation 'com.dropbox.mobile.kotlinsnapshot:uitesthelper:2.2.1'
// https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/uitesthelper/
implementation ("com.dropbox.mobile.kotlinsnapshot:uitesthelper:2.2.1")
'com.dropbox.mobile.kotlinsnapshot:uitesthelper:aar:2.2.1'
<dependency org="com.dropbox.mobile.kotlinsnapshot" name="uitesthelper" rev="2.2.1">
<artifact name="uitesthelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.mobile.kotlinsnapshot', module='uitesthelper', version='2.2.1')
)
libraryDependencies += "com.dropbox.mobile.kotlinsnapshot" % "uitesthelper" % "2.2.1"
[com.dropbox.mobile.kotlinsnapshot/uitesthelper "2.2.1"]