License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.karumi.kotlinsnapshot |
ArtifactId | ArtifactIdcore |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
Snapshot Testing framework for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-2.3.0.pom | |
core-2.3.0.jar | 31 KB |
core-2.3.0-sources.jar | 9 KB |
core-2.3.0-javadoc.jar | 21 KB |
Browse |
<!-- 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"]
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 |
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 |