| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools JUnit Unit Testing | 
        
| GroupId | GroupIdinfo.novatec.testit | 
    
| ArtifactId | ArtifactIdpact-provider-junit5 | 
    
| Last Version | Last Version0.5.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptiontestIT | Pact - Provider JUnit 5 Support 
            A collection of Pact (https://docs.pact.io) related libraries. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/info.novatec.testit/pact-provider-junit5/ -->
<dependency>
    <groupId>info.novatec.testit</groupId>
    <artifactId>pact-provider-junit5</artifactId>
    <version>0.5.0</version>
</dependency>
                // https://jarcasting.com/artifacts/info.novatec.testit/pact-provider-junit5/
implementation 'info.novatec.testit:pact-provider-junit5:0.5.0'
                // https://jarcasting.com/artifacts/info.novatec.testit/pact-provider-junit5/
implementation ("info.novatec.testit:pact-provider-junit5:0.5.0")
                'info.novatec.testit:pact-provider-junit5:jar:0.5.0'
                <dependency org="info.novatec.testit" name="pact-provider-junit5" rev="0.5.0">
  <artifact name="pact-provider-junit5" type="jar" />
</dependency>
                @Grapes(
@Grab(group='info.novatec.testit', module='pact-provider-junit5', version='0.5.0')
)
                libraryDependencies += "info.novatec.testit" % "pact-provider-junit5" % "0.5.0"
                [info.novatec.testit/pact-provider-junit5 "0.5.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 | 
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 | 
| info.novatec.testit : pact-provider | jar | 0.5.0 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.2 |