core

Snapshot Testing framework for Kotlin

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.karumi.kotlinsnapshot
ArtifactId

ArtifactId

core
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

core
Snapshot Testing framework for Kotlin
Project URL

Project URL

https://github.com/Karumi/KotlinSnapshot
Source Code Management

Source Code Management

https://github.com/Karumi/KotlinSnapshot

Download core

How to add to project

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

Dependencies

runtime (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.21
org.jetbrains.kotlin : kotlin-reflect jar 1.3.21
org.bitbucket.cowwoc.diff-match-patch : diff-match-patch jar 1.0
com.google.code.gson : gson jar 2.8.6
junit : junit jar 4.12

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.2.0
org.junit.jupiter : junit-jupiter-params jar 5.2.0
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.junit.vintage : junit-vintage-engine jar 5.2.0

Project Modules

There are no modules declared in this project.
com.karumi.kotlinsnapshot

Karumi

Karumi, the Rock Solid Code studio

Versions

Version
2.3.0
2.2.3
2.2.2
2.2.0
2.1.1
2.1.0
2.0.0
1.0.0
0.3.0
0.2.0