is not current version
Last Version 2.2.2

com.dropbox.mobile.kotlinsnapshot:uitesthelper 2.2.1

Snapshot Testing framework for Kotlin

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.dropbox.mobile.kotlinsnapshot
ArtifactId

ArtifactId

uitesthelper
Version

Version

2.2.1
Type

Type

aar

Download uitesthelper 2.2.1


<!-- 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"]