MVN

com.github.mvysny.dynatest : dynatest

Maven & Gradle

Jan 14, 2022
22 stars

dynatest · Simple Dynamic Testing Framework piggybacking on JUnit5

<dependency>
    <groupId>com.github.mvysny.dynatest</groupId>
    <artifactId>dynatest</artifactId>
    <version>0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mvysny.dynatest : dynatest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24

All Versions

Choose a version of com.github.mvysny.dynatest : dynatest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24
dynatest-0.24
0.23
dynatest-0.23
0.22
dynatest-0.22

How to add a dependency to Maven

Add the following com.github.mvysny.dynatest : dynatest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mvysny.dynatest</groupId>
    <artifactId>dynatest</artifactId>
    <version>0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mvysny.dynatest : dynatest gradle dependency to your build.gradle file:

implementation 'com.github.mvysny.dynatest:dynatest:0.24'

Gradle Kotlin DSL: Add the following com.github.mvysny.dynatest : dynatest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mvysny.dynatest:dynatest:0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mvysny.dynatest : dynatest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mvysny.dynatest" % "dynatest" % "0.24"

Advertisement