| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаlink.thingscloud |
| Идентификатор | Идентификаторnetty-remoting-benchmark |
| Версия | Версия0.5.0-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/link.thingscloud/netty-remoting-benchmark/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>netty-remoting-benchmark</artifactId>
<version>0.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting-benchmark/
implementation 'link.thingscloud:netty-remoting-benchmark:0.5.0-RELEASE'
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting-benchmark/
implementation ("link.thingscloud:netty-remoting-benchmark:0.5.0-RELEASE")
'link.thingscloud:netty-remoting-benchmark:jar:0.5.0-RELEASE'
<dependency org="link.thingscloud" name="netty-remoting-benchmark" rev="0.5.0-RELEASE">
<artifact name="netty-remoting-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='netty-remoting-benchmark', version='0.5.0-RELEASE')
)
libraryDependencies += "link.thingscloud" % "netty-remoting-benchmark" % "0.5.0-RELEASE"
[link.thingscloud/netty-remoting-benchmark "0.5.0-RELEASE"]