MVN

net.joshka : junit-json-params

Maven & Gradle

May 28, 2023
52 stars

JUnit JSON Params · JUnit 5 JSON Parameterized Tests library

<dependency>
    <groupId>net.joshka</groupId>
    <artifactId>junit-json-params</artifactId>
    <version>5.9.3-r0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.joshka : junit-json-params to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.9.3-r0

All Versions

Choose a version of net.joshka : junit-json-params to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.9.x
junit-json-params-5.9.3-r0
junit-json-params-5.9.2-r0
junit-json-params-5.9.1-r0
5.6.x
junit-json-params-5.6.2-r0
5.5.x
junit-json-params-5.5.2-r0
junit-json-params-5.5.1-r0
5.4.x
junit-json-params-5.4.2-r0
junit-json-params-5.4.0-r0
1.3.x
junit-json-params-1.3.2
junit-json-params-1.3.1-1
junit-json-params-1.3.1
1.1.x
junit-json-params-1.1.0
1.0.x
junit-json-params-1.0.0

How to add a dependency to Maven

Add the following net.joshka : junit-json-params maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.joshka</groupId>
    <artifactId>junit-json-params</artifactId>
    <version>5.9.3-r0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.joshka : junit-json-params gradle dependency to your build.gradle file:

implementation 'net.joshka:junit-json-params:5.9.3-r0'

Gradle Kotlin DSL: Add the following net.joshka : junit-json-params gradle kotlin dependency to your build.gradle.kts file:

implementation("net.joshka:junit-json-params:5.9.3-r0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.joshka : junit-json-params sbt scala dependency to your build.sbt file:

libraryDependencies += "net.joshka" % "junit-json-params" % "5.9.3-r0"

Advertisement