| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.rapiddweller | 
    
| ArtifactId | ArtifactIdrd-lib-contiperf | 
    
| Version | Version2.5.0-jdk-11 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionrapiddweller ContiPerf 
            ContiPerf is an open source testing utility
        forked from Databene ContiPerf by Volker Bergmann
        that enables the user to easily
        convert JUnit 4 test cases into performance tests. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-contiperf/ -->
<dependency>
    <groupId>com.rapiddweller</groupId>
    <artifactId>rd-lib-contiperf</artifactId>
    <version>2.5.0-jdk-11</version>
</dependency>
                // https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-contiperf/
implementation 'com.rapiddweller:rd-lib-contiperf:2.5.0-jdk-11'
                // https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-contiperf/
implementation ("com.rapiddweller:rd-lib-contiperf:2.5.0-jdk-11")
                'com.rapiddweller:rd-lib-contiperf:jar:2.5.0-jdk-11'
                <dependency org="com.rapiddweller" name="rd-lib-contiperf" rev="2.5.0-jdk-11">
  <artifact name="rd-lib-contiperf" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.rapiddweller', module='rd-lib-contiperf', version='2.5.0-jdk-11')
)
                libraryDependencies += "com.rapiddweller" % "rd-lib-contiperf" % "2.5.0-jdk-11"
                [com.rapiddweller/rd-lib-contiperf "2.5.0-jdk-11"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |