GroupId | GroupIdio.github.arkinator |
---|---|
ArtifactId | ArtifactIdmockserver-integration-testing |
Version | Version5.11.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.arkinator/mockserver-integration-testing/ -->
<dependency>
<groupId>io.github.arkinator</groupId>
<artifactId>mockserver-integration-testing</artifactId>
<version>5.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-integration-testing/
implementation 'io.github.arkinator:mockserver-integration-testing:5.11.5'
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-integration-testing/
implementation ("io.github.arkinator:mockserver-integration-testing:5.11.5")
'io.github.arkinator:mockserver-integration-testing:jar:5.11.5'
<dependency org="io.github.arkinator" name="mockserver-integration-testing" rev="5.11.5">
<artifact name="mockserver-integration-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.arkinator', module='mockserver-integration-testing', version='5.11.5')
)
libraryDependencies += "io.github.arkinator" % "mockserver-integration-testing" % "5.11.5"
[io.github.arkinator/mockserver-integration-testing "5.11.5"]