GroupId | GroupIdio.github.arkinator |
---|---|
ArtifactId | ArtifactIdmockserver-core |
Version | Version5.11.7 |
Type | Typejar |
Filename | Size |
---|---|
mockserver-core-5.11.7.pom | |
mockserver-core-5.11.7.jar | 791 KB |
mockserver-core-5.11.7-sources.jar | 429 KB |
mockserver-core-5.11.7-javadoc.jar | 316 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.arkinator/mockserver-core/ -->
<dependency>
<groupId>io.github.arkinator</groupId>
<artifactId>mockserver-core</artifactId>
<version>5.11.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-core/
implementation 'io.github.arkinator:mockserver-core:5.11.7'
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-core/
implementation ("io.github.arkinator:mockserver-core:5.11.7")
'io.github.arkinator:mockserver-core:jar:5.11.7'
<dependency org="io.github.arkinator" name="mockserver-core" rev="5.11.7">
<artifact name="mockserver-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.arkinator', module='mockserver-core', version='5.11.7')
)
libraryDependencies += "io.github.arkinator" % "mockserver-core" % "5.11.7"
[io.github.arkinator/mockserver-core "5.11.7"]