| License | License | 
|---|---|
| GroupId | GroupIdorg.mock-server | 
| ArtifactId | ArtifactIdmockserver-testing | 
| Last Version | Last Version5.13.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMockServer Testing A module used for common testing code of all MockServer modules | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.mock-server/mockserver-testing/ -->
<dependency>
    <groupId>org.mock-server</groupId>
    <artifactId>mockserver-testing</artifactId>
    <version>5.13.2</version>
</dependency>// https://jarcasting.com/artifacts/org.mock-server/mockserver-testing/
implementation 'org.mock-server:mockserver-testing:5.13.2'// https://jarcasting.com/artifacts/org.mock-server/mockserver-testing/
implementation ("org.mock-server:mockserver-testing:5.13.2")'org.mock-server:mockserver-testing:jar:5.13.2'<dependency org="org.mock-server" name="mockserver-testing" rev="5.13.2">
  <artifact name="mockserver-testing" type="jar" />
</dependency>@Grapes(
@Grab(group='org.mock-server', module='mockserver-testing', version='5.13.2')
)libraryDependencies += "org.mock-server" % "mockserver-testing" % "5.13.2"[org.mock-server/mockserver-testing "5.13.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| org.hamcrest : hamcrest | jar | 2.2 |