MVN

au.com.dius.pact.provider : spring6

Maven & Gradle

Aug 18, 2023
1k stars

spring6 · Pact-JVM - Provider Spring6/Springboot3 + JUnit5 Support

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

Latest Version

Choose a version of au.com.dius.pact.provider : spring6 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.provider : spring6 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
spring6-4.6.2
spring6-4.6.1
spring6-4.6.0
4.5.x
spring6-4.5.8
spring6-4.5.7
spring6-4.5.6
spring6-4.5.5
spring6-4.5.4
spring6-4.5.3
spring6-4.5.2
spring6-4.5.1
spring6-4.5.0
spring6-4.5.0-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>au.com.dius.pact.provider</groupId>
    <artifactId>spring6</artifactId>
    <version>4.6.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'au.com.dius.pact.provider:spring6:4.6.2'

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

implementation("au.com.dius.pact.provider:spring6:4.6.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "au.com.dius.pact.provider" % "spring6" % "4.6.2"

Advertisement