MVN

com.karumi : kotlinsnapshot

Maven & Gradle

Mar 30, 2021
161 stars

KotlinSnapshot · Snapshot Testing framework for Kotlin

<dependency>
    <groupId>com.karumi</groupId>
    <artifactId>kotlinsnapshot</artifactId>
    <version>plugin</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.karumi : kotlinsnapshot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: plugin

All Versions

Choose a version of com.karumi : kotlinsnapshot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
kotlinsnapshot-0.1.0
plugin
kotlinsnapshot-plugin
core
kotlinsnapshot-core

How to add a dependency to Maven

Add the following com.karumi : kotlinsnapshot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.karumi</groupId>
    <artifactId>kotlinsnapshot</artifactId>
    <version>plugin</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.karumi : kotlinsnapshot gradle dependency to your build.gradle file:

implementation 'com.karumi:kotlinsnapshot:plugin'

Gradle Kotlin DSL: Add the following com.karumi : kotlinsnapshot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.karumi:kotlinsnapshot:plugin")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.karumi : kotlinsnapshot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.karumi" % "kotlinsnapshot" % "plugin"

Advertisement