MVN

au.com.dius.pact.consumer : junit5

Maven & Gradle

Aug 18, 2023
3 usages
1k stars

junit5 · Pact-JVM - JUnit 5 support for Pact consumer tests

<dependency>
    <groupId>au.com.dius.pact.consumer</groupId>
    <artifactId>junit5</artifactId>
    <version>4.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.com.dius.pact.consumer : junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.2
  • Latest Beta: 4.5.0-beta.1

All Versions

Choose a version of au.com.dius.pact.consumer : junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
junit5-4.6.2
junit5-4.6.1
junit5-4.6.0
4.5.x
junit5-4.5.8
junit5-4.5.7
junit5-4.5.6
junit5-4.5.5
junit5-4.5.4
junit5-4.5.3
junit5-4.5.2
junit5-4.5.1
junit5-4.5.0
junit5-4.5.0-beta.1
junit5-4.5.0-beta.0
4.4.x
junit5-4.4.9
junit5-4.4.8
junit5-4.4.7
junit5-4.4.6
junit5-4.4.5
junit5-4.4.4
junit5-4.4.3
junit5-4.4.2
junit5-4.4.1
junit5-4.4.0
junit5-4.4.0-beta.8
junit5-4.4.0-beta.7
junit5-4.4.0-beta.6
junit5-4.4.0-beta.5
junit5-4.4.0-beta.4
junit5-4.4.0-beta.3
junit5-4.4.0-beta.2
junit5-4.4.0-beta.1
junit5-4.4.0-beta.0
4.3.x
junit5-4.3.19
junit5-4.3.18
junit5-4.3.17
junit5-4.3.16
junit5-4.3.15
junit5-4.3.14
junit5-4.3.13
junit5-4.3.12
junit5-4.3.11
junit5-4.3.10
junit5-4.3.9
junit5-4.3.8
junit5-4.3.7
junit5-4.3.6
junit5-4.3.5
junit5-4.3.4
junit5-4.3.3
junit5-4.3.2
junit5-4.3.1
junit5-4.3.0
junit5-4.3.0-beta.6
junit5-4.3.0-beta.5
junit5-4.3.0-beta.4
junit5-4.3.0-beta.3
junit5-4.3.0-beta.2
junit5-4.3.0-beta.1
junit5-4.3.0-beta.0
4.2.x
junit5-4.2.21
junit5-4.2.20
junit5-4.2.19
junit5-4.2.18
junit5-4.2.17
junit5-4.2.16
junit5-4.2.15
junit5-4.2.14
junit5-4.2.13
junit5-4.2.12
junit5-4.2.11
junit5-4.2.10
junit5-4.2.9
junit5-4.2.8
junit5-4.2.7
junit5-4.2.6
junit5-4.2.5
junit5-4.2.4
junit5-4.2.3
junit5-4.2.2
junit5-4.2.1
junit5-4.2.0
junit5-4.2.0-beta.3
junit5-4.2.0-beta.2
junit5-4.2.0-beta.1
junit5-4.2.0-beta.0
4.1.x
junit5-4.1.42
junit5-4.1.41
junit5-4.1.40
junit5-4.1.39
junit5-4.1.38
junit5-4.1.37
junit5-4.1.36
junit5-4.1.35
junit5-4.1.34
junit5-4.1.33
junit5-4.1.32
junit5-4.1.31
junit5-4.1.30
junit5-4.1.29
junit5-4.1.28
junit5-4.1.27
junit5-4.1.26
junit5-4.1.25
junit5-4.1.24
junit5-4.1.23
junit5-4.1.22
junit5-4.1.21
junit5-4.1.20
junit5-4.1.19
junit5-4.1.18
junit5-4.1.17
junit5-4.1.16
junit5-4.1.15
junit5-4.1.14
junit5-4.1.13
junit5-4.1.12
junit5-4.1.11
junit5-4.1.10
junit5-4.1.9
junit5-4.1.8
junit5-4.1.7
junit5-4.1.6
junit5-4.1.5
junit5-4.1.4
junit5-4.1.3
junit5-4.1.2
junit5-4.1.1
junit5-4.1.0

How to add a dependency to Maven

Add the following au.com.dius.pact.consumer : junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.com.dius.pact.consumer</groupId>
    <artifactId>junit5</artifactId>
    <version>4.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.com.dius.pact.consumer : junit5 gradle dependency to your build.gradle file:

implementation 'au.com.dius.pact.consumer:junit5:4.6.2'

Gradle Kotlin DSL: Add the following au.com.dius.pact.consumer : junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("au.com.dius.pact.consumer:junit5:4.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.com.dius.pact.consumer : junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "au.com.dius.pact.consumer" % "junit5" % "4.6.2"

Advertisement