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