MVN

org.sodatest : sodatest-examples-junit

Maven & Gradle

Dec 18, 2011

SodaTest JUnit Integration Example · An example of how the sodatest-junit artefact can be used to create a hierarchical structure of test sub-trees.

<dependency>
    <groupId>org.sodatest</groupId>
    <artifactId>sodatest-examples-junit</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sodatest : sodatest-examples-junit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of org.sodatest : sodatest-examples-junit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
sodatest-examples-junit-0.2.1

How to add a dependency to Maven

Add the following org.sodatest : sodatest-examples-junit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sodatest</groupId>
    <artifactId>sodatest-examples-junit</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sodatest : sodatest-examples-junit gradle dependency to your build.gradle file:

implementation 'org.sodatest:sodatest-examples-junit:0.2.1'

Gradle Kotlin DSL: Add the following org.sodatest : sodatest-examples-junit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sodatest:sodatest-examples-junit:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sodatest : sodatest-examples-junit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sodatest" % "sodatest-examples-junit" % "0.2.1"

Advertisement