is not current version
Last Version 2.2.2

com.dropbox.mobile.kotlinsnapshot:core 2.2.1

Snapshot Testing framework for Kotlin

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.dropbox.mobile.kotlinsnapshot
ArtifactId

ArtifactId

core
Version

Version

2.2.1
Type

Type

jar

Download core 2.2.1


<!-- https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/core/ -->
<dependency>
    <groupId>com.dropbox.mobile.kotlinsnapshot</groupId>
    <artifactId>core</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/core/
implementation 'com.dropbox.mobile.kotlinsnapshot:core:2.2.1'
// https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/core/
implementation ("com.dropbox.mobile.kotlinsnapshot:core:2.2.1")
'com.dropbox.mobile.kotlinsnapshot:core:jar:2.2.1'
<dependency org="com.dropbox.mobile.kotlinsnapshot" name="core" rev="2.2.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.mobile.kotlinsnapshot', module='core', version='2.2.1')
)
libraryDependencies += "com.dropbox.mobile.kotlinsnapshot" % "core" % "2.2.1"
[com.dropbox.mobile.kotlinsnapshot/core "2.2.1"]