| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdcom.dropbox.mobile.kotlinsnapshot | 
    
| ArtifactId | ArtifactIdcore | 
    
| Last Version | Last Version2.2.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncore 
            Snapshot Testing framework for Kotlin 
         | 
    
| Filename | Size | 
|---|---|
| core-2.2.2.pom | |
| core-2.2.2.jar | 32 KB | 
| core-2.2.2-sources.jar | 10 KB | 
| core-2.2.2-javadoc.jar | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/core/ -->
<dependency>
    <groupId>com.dropbox.mobile.kotlinsnapshot</groupId>
    <artifactId>core</artifactId>
    <version>2.2.2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/core/
implementation 'com.dropbox.mobile.kotlinsnapshot:core:2.2.2'
                // https://jarcasting.com/artifacts/com.dropbox.mobile.kotlinsnapshot/core/
implementation ("com.dropbox.mobile.kotlinsnapshot:core:2.2.2")
                'com.dropbox.mobile.kotlinsnapshot:core:jar:2.2.2'
                <dependency org="com.dropbox.mobile.kotlinsnapshot" name="core" rev="2.2.2">
  <artifact name="core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.dropbox.mobile.kotlinsnapshot', module='core', version='2.2.2')
)
                libraryDependencies += "com.dropbox.mobile.kotlinsnapshot" % "core" % "2.2.2"
                [com.dropbox.mobile.kotlinsnapshot/core "2.2.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.11 | 
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.11 | 
| org.bitbucket.cowwoc.diff-match-patch : diff-match-patch | jar | 1.0 | 
| com.google.code.gson : gson | jar | 2.8.2 | 
| junit : junit | jar | 4.12 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 | 
| org.junit.vintage : junit-vintage-engine | jar | 5.2.0 |