GroupId | GroupIdio.github.arkinator |
---|---|
ArtifactId | ArtifactIdmockserver-core |
Version | Version5.11.5 |
Type | Typejar |
Filename | Size |
---|---|
mockserver-core-5.11.5.pom | |
mockserver-core-5.11.5.jar | 790 KB |
mockserver-core-5.11.5-sources.jar | 429 KB |
mockserver-core-5.11.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-core/
implementation 'io.github.arkinator:mockserver-core:5.11.5'
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver-core/
implementation ("io.github.arkinator:mockserver-core:5.11.5")
'io.github.arkinator:mockserver-core:jar:5.11.5'
<dependency org="io.github.arkinator" name="mockserver-core" rev="5.11.5">
<artifact name="mockserver-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.arkinator', module='mockserver-core', version='5.11.5')
)
libraryDependencies += "io.github.arkinator" % "mockserver-core" % "5.11.5"
[io.github.arkinator/mockserver-core "5.11.5"]