Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.payworks.labs.tcpmocker |
ArtifactId | ArtifactIdtcp-mocker-netty |
Version | Version1.0.215.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.payworks.labs.tcpmocker/tcp-mocker-netty/ -->
<dependency>
<groupId>io.payworks.labs.tcpmocker</groupId>
<artifactId>tcp-mocker-netty</artifactId>
<version>1.0.215.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.payworks.labs.tcpmocker/tcp-mocker-netty/
implementation 'io.payworks.labs.tcpmocker:tcp-mocker-netty:1.0.215.RELEASE'
// https://jarcasting.com/artifacts/io.payworks.labs.tcpmocker/tcp-mocker-netty/
implementation ("io.payworks.labs.tcpmocker:tcp-mocker-netty:1.0.215.RELEASE")
'io.payworks.labs.tcpmocker:tcp-mocker-netty:jar:1.0.215.RELEASE'
<dependency org="io.payworks.labs.tcpmocker" name="tcp-mocker-netty" rev="1.0.215.RELEASE">
<artifact name="tcp-mocker-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.payworks.labs.tcpmocker', module='tcp-mocker-netty', version='1.0.215.RELEASE')
)
libraryDependencies += "io.payworks.labs.tcpmocker" % "tcp-mocker-netty" % "1.0.215.RELEASE"
[io.payworks.labs.tcpmocker/tcp-mocker-netty "1.0.215.RELEASE"]