MVN

io.snappydata : gradle-scalatest

Maven & Gradle

Sep 24, 2019

gradle-scalatest · gradle-scalatest is a Gradle plugin for executing scalatest tests

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>gradle-scalatest</artifactId>
    <version>0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.snappydata : gradle-scalatest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25

All Versions

Choose a version of io.snappydata : gradle-scalatest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25
gradle-scalatest-0.25
0.23
gradle-scalatest-0.23
0.16
gradle-scalatest-0.16
0.13.x
gradle-scalatest-0.13.1
0.13
gradle-scalatest-0.13-1

How to add a dependency to Maven

Add the following io.snappydata : gradle-scalatest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.snappydata</groupId>
    <artifactId>gradle-scalatest</artifactId>
    <version>0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.snappydata : gradle-scalatest gradle dependency to your build.gradle file:

implementation 'io.snappydata:gradle-scalatest:0.25'

Gradle Kotlin DSL: Add the following io.snappydata : gradle-scalatest gradle kotlin dependency to your build.gradle.kts file:

implementation("io.snappydata:gradle-scalatest:0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.snappydata : gradle-scalatest sbt scala dependency to your build.sbt file:

libraryDependencies += "io.snappydata" % "gradle-scalatest" % "0.25"

Advertisement