MVN

de.scrum-master : test-resources

Maven & Gradle

Feb 17, 2022
1 stars

Test resources + dependencies · Artifact to be imported for getting all necessary dependencies for JUnit, Spock, Geb, Selenium + web drivers, web driver manager by bonigarcia plus basic configuration like GebConfig. Please add this artifact as a dependency with scope=test to your project. In order to also get the right dependency versions please also import de.scrum-master:test-bom with type=pom, scope=import from the dependencyManagement section of your project.

<dependency>
    <groupId>de.scrum-master</groupId>
    <artifactId>test-resources</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.scrum-master : test-resources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of de.scrum-master : test-resources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
test-resources-1.4.2
test-resources-1.4.1
1.4
test-resources-1.4
1.3
test-resources-1.3

How to add a dependency to Maven

Add the following de.scrum-master : test-resources maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.scrum-master</groupId>
    <artifactId>test-resources</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.scrum-master : test-resources gradle dependency to your build.gradle file:

implementation 'de.scrum-master:test-resources:1.4.2'

Gradle Kotlin DSL: Add the following de.scrum-master : test-resources gradle kotlin dependency to your build.gradle.kts file:

implementation("de.scrum-master:test-resources:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.scrum-master : test-resources sbt scala dependency to your build.sbt file:

libraryDependencies += "de.scrum-master" % "test-resources" % "1.4.2"

Advertisement