| License |
License |
|---|---|
| GroupId | GroupIdio.github.arkinator |
| ArtifactId | ArtifactIdmockserver-testing |
| Version | Version5.11.3 |
| Type | Typejar |
| Description |
DescriptionMockServer Testing
A module used for common testing code of all MockServer modules
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mockserver-testing-5.11.3.pom | |
| mockserver-testing-5.11.3.jar | 4 KB |
| mockserver-testing-5.11.3-sources.jar | 3 KB |
| mockserver-testing-5.11.3-javadoc.jar | 395 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.arkinator/mockserver-testing/ -->
<dependency>
<groupId>io.github.arkinator</groupId>
<artifactId>mockserver-testing</artifactId>
<version>5.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-testing/
implementation 'io.github.arkinator:mockserver-testing:5.11.3'
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-testing/
implementation ("io.github.arkinator:mockserver-testing:5.11.3")
'io.github.arkinator:mockserver-testing:jar:5.11.3'
<dependency org="io.github.arkinator" name="mockserver-testing" rev="5.11.3">
<artifact name="mockserver-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.arkinator', module='mockserver-testing', version='5.11.3')
)
libraryDependencies += "io.github.arkinator" % "mockserver-testing" % "5.11.3"
[io.github.arkinator/mockserver-testing "5.11.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest | jar | 2.2 |