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