MVN

net.sourceforge.scenarlang : UT_DSL_JUNIT

Maven & Gradle

Mar 03, 2013

scenarlang-ut-dsl-junit · This is the module you want to import if you plan to use scenarlang : it provides the junit rule.

<dependency>
    <groupId>net.sourceforge.scenarlang</groupId>
    <artifactId>UT_DSL_JUNIT</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.scenarlang : UT_DSL_JUNIT to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of net.sourceforge.scenarlang : UT_DSL_JUNIT to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
UT_DSL_JUNIT-1.1.9
UT_DSL_JUNIT-1.1.8
UT_DSL_JUNIT-1.1.7
UT_DSL_JUNIT-1.1.6
UT_DSL_JUNIT-1.1.5
UT_DSL_JUNIT-1.1.4
UT_DSL_JUNIT-1.1.3
UT_DSL_JUNIT-1.1.2
UT_DSL_JUNIT-1.1.1
1.0.x
UT_DSL_JUNIT-1.0.2
UT_DSL_JUNIT-1.0.1
UT_DSL_JUNIT-1.0.0

How to add a dependency to Maven

Add the following net.sourceforge.scenarlang : UT_DSL_JUNIT maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.scenarlang</groupId>
    <artifactId>UT_DSL_JUNIT</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.scenarlang : UT_DSL_JUNIT gradle dependency to your build.gradle file:

implementation 'net.sourceforge.scenarlang:UT_DSL_JUNIT:1.1.9'

Gradle Kotlin DSL: Add the following net.sourceforge.scenarlang : UT_DSL_JUNIT gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.scenarlang:UT_DSL_JUNIT:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.scenarlang : UT_DSL_JUNIT sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.scenarlang" % "UT_DSL_JUNIT" % "1.1.9"