MVN

org.wvlet.airframe : airframe-scalatest_sjs0.6_2.12

Maven & Gradle

Sep 14, 2019
6 usages
625 stars

airframe-scalatest · A handy base trait for writing test using ScalaTest

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-scalatest_sjs0.6_2.12</artifactId>
    <version>19.9.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wvlet.airframe : airframe-scalatest_sjs0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.9.6

All Versions

Choose a version of org.wvlet.airframe : airframe-scalatest_sjs0.6_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.9.x
airframe-scalatest_sjs0.6_2.12-19.9.6
airframe-scalatest_sjs0.6_2.12-19.9.5
airframe-scalatest_sjs0.6_2.12-19.9.4
airframe-scalatest_sjs0.6_2.12-19.9.3
airframe-scalatest_sjs0.6_2.12-19.9.2
airframe-scalatest_sjs0.6_2.12-19.9.1
airframe-scalatest_sjs0.6_2.12-19.9.0
19.8.x
airframe-scalatest_sjs0.6_2.12-19.8.10
airframe-scalatest_sjs0.6_2.12-19.8.9
airframe-scalatest_sjs0.6_2.12-19.8.8
airframe-scalatest_sjs0.6_2.12-19.8.7
airframe-scalatest_sjs0.6_2.12-19.8.6
airframe-scalatest_sjs0.6_2.12-19.8.5
airframe-scalatest_sjs0.6_2.12-19.8.4
airframe-scalatest_sjs0.6_2.12-19.8.3
airframe-scalatest_sjs0.6_2.12-19.8.2
airframe-scalatest_sjs0.6_2.12-19.8.1

How to add a dependency to Maven

Add the following org.wvlet.airframe : airframe-scalatest_sjs0.6_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-scalatest_sjs0.6_2.12</artifactId>
    <version>19.9.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wvlet.airframe : airframe-scalatest_sjs0.6_2.12 gradle dependency to your build.gradle file:

implementation 'org.wvlet.airframe:airframe-scalatest_sjs0.6_2.12:19.9.6'

Gradle Kotlin DSL: Add the following org.wvlet.airframe : airframe-scalatest_sjs0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wvlet.airframe:airframe-scalatest_sjs0.6_2.12:19.9.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wvlet.airframe : airframe-scalatest_sjs0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wvlet.airframe" % "airframe-scalatest_sjs0.6_2.12" % "19.9.6"

Advertisement